Files
cpython/Python
Serhiy Storchaka ac1c1e7ef0 [3.13] gh-148653: Fix some marshal errors related to recursive code objects (GH-148698) (GH-148711) (GH-148713)
(cherry picked from commit d496c637a3)

Forbid marshalling recursive code objects which
cannot be correctly unmarshalled.
Add multiple tests for recursive data structures.
(cherry picked from commit 2e37d83641)
2026-04-18 09:29:38 +00:00
..
2024-05-03 06:17:32 -07:00

Miscellaneous source files for the main Python shared library