mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
2e37d83641
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