Files
cpython/Python/marshal.c
Serhiy Storchaka d2d8332f71 gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Passing allow_code=False prevents serialization and de-serialization of
code objects which is incompatible between Python versions.
2024-01-16 18:05:15 +02:00

53 KiB