[issue12190] intern filenames in bytecode

Benjamin Peterson report at bugs.python.org
Fri May 27 16:10:04 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

As you can see, I've implemented a similar solution in 3.3. It should have the same memory savings but not disk space saving. (This would require reintroducing the marshal feature for interned strings.)

----------

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


More information about the Python-bugs-list mailing list