[New-bugs-announce] [issue31384] marshal: remove "current_filename" optimization

Benjamin Peterson report at bugs.python.org
Thu Sep 7 13:24:14 EDT 2017


New submission from Benjamin Peterson:

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.

----------
components: Interpreter Core
messages: 301597
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: marshal: remove "current_filename" optimization
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31384>
_______________________________________


More information about the New-bugs-announce mailing list