mirror of
https://github.com/python/cpython.git
synced 2026-08-12 20:38:58 +08:00
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.
Miscellaneous source files for the main Python shared library