This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2017-09-07.17:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504805054.53.0.17345346838.issue31384@psf.upfronthosting.co.za>
In-reply-to
Content
marshal current saves the the last filename it saw in a code object during deserialization, and tries to reuse it across multiple code objects to save memory. This optimization is superseded by the more general ref mechanism.
History
Date User Action Args
2017-09-07 17:24:14benjamin.petersonsetrecipients: + benjamin.peterson
2017-09-07 17:24:14benjamin.petersonsetmessageid: <1504805054.53.0.17345346838.issue31384@psf.upfronthosting.co.za>
2017-09-07 17:24:14benjamin.petersonlinkissue31384 messages
2017-09-07 17:24:14benjamin.petersoncreate