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 <rep...@bugs.python.org> <http://bugs.python.org/issue31384> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com