Skip to content

Commit 3597587

Browse files
[3.15] gh-141510: Update marshal module comment with frozendict support (GH-153655) (#153681)
gh-141510: Update `marshal` module comment with `frozendict` support (GH-153655) (cherry picked from commit 37571ea) Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent a442c89 commit 3597587

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)