Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Python/marshal.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

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

Expand Down
Loading