We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
marshal
frozendict
1 parent a442c89 commit 3597587Copy full SHA for 3597587
1 file changed
Python/marshal.c
@@ -1,8 +1,8 @@
1
2
/* Write Python objects to files and read them back.
3
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.
+ even though dicts and frozendicts, lists, sets and frozensets,
+ not commonly seen in code objects, are supported.
6
Version 3 of this protocol properly supports circular links
7
and sharing. */
8
0 commit comments