Skip to content

[3.13] gh-148653: Fix some marshal errors related to recursive code objects (GH-148698) (GH-148711)#148713

Merged
serhiy-storchaka merged 1 commit intopython:3.13from
serhiy-storchaka:backport-d496c63-3.13
Apr 18, 2026
Merged

[3.13] gh-148653: Fix some marshal errors related to recursive code objects (GH-148698) (GH-148711)#148713
serhiy-storchaka merged 1 commit intopython:3.13from
serhiy-storchaka:backport-d496c63-3.13

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

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

(cherry picked from commit d496c63)

Forbid marshalling recursive code objects which cannot be correctly unmarshalled.
Add multiple tests for recursive data structures.
(cherry picked from commit 2e37d83)

…immutable objects (pythonGH-148698) (pythonGH-148711)

(cherry picked from commit d496c63)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Forbid marshalling recursive code and slice objects which
cannot be correctly unmarshalled.
Add multiple tests for recursive data structures.
(cherry picked from commit 2e37d83)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant