Skip to content

[3.15] gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316) - #155945

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-b6c11fe-3.15
Open

[3.15] gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)#155945
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-b6c11fe-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

The TYPE_FROZENDICT reader reserved a reference slot but never filled it with
r_ref_insert, unlike TYPE_FROZENSET, so a frozendict referenced more than once
failed to load with ValueError.
(cherry picked from commit b6c11fe)

Co-authored-by: tonghuaroot (童话) tonghuaroot@gmail.com

…es (pythonGH-155316)

The TYPE_FROZENDICT reader reserved a reference slot but never filled it with
r_ref_insert, unlike TYPE_FROZENSET, so a frozendict referenced more than once
failed to load with ValueError.
(cherry picked from commit b6c11fe)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants