Files
cpython/Python
Serhiy Storchaka d496c637a3 [3.14] gh-148653: Fix some marshal errors related to recursive immutable objects (GH-148698) (GH-148711)
Forbid marshalling recursive code and slice objects which
cannot be correctly unmarshalled.
Add multiple tests for recursive data structures.
(cherry picked from commit 2e37d83641)
2026-04-18 08:57:55 +00:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library