Skip to content

Commit 37571ea

Browse files
authored
gh-141510: Update marshal module comment with frozendict support (#153655)
1 parent 2dc1a91 commit 37571ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/marshal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
/* Write Python objects to files and read them back.
33
This is primarily intended for writing and reading compiled Python code,
4-
even though dicts, lists, sets and frozensets, not commonly seen in
5-
code objects, are supported.
4+
even though dicts and frozendicts, lists, sets and frozensets,
5+
not commonly seen in code objects, are supported.
66
Version 3 of this protocol properly supports circular links
77
and sharing. */
88

0 commit comments

Comments
 (0)