Skip to content

gh-148653: Fix some marshal errors related to recursive immutable objects#148698

Open
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:marshal-immutable-reference-loops
Open

gh-148653: Fix some marshal errors related to recursive immutable objects#148698
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:marshal-immutable-reference-loops

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Apr 17, 2026

Forbid marshalling recursive code, slice and frozendict objects which cannot be correctly unmarshalled.
Reject invalid marshal data produced by marshalling recursive frozendict objects which was previously incorrectly unmarshalled. Add multiple tests for recursive data structures.

…le objects

Forbid marshalling recursive code, slice and frozendict objects which
cannot be correctly unmarshalled.
Reject invalid marshal data produced by marshalling recursive frozendict
objects which was previously incorrectly unmarshalled.
Add multiple tests for recursive data structures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant