[issue19533] Unloading docstrings from memory if -OO is given

Brett Cannon report at bugs.python.org
Sat Nov 9 17:06:12 CET 2013


Brett Cannon added the comment:

Do realize this is a one-time memory cost, though, because next execution will load from the .pyo and thus will never load the docstring into memory. If you pre-compile all bytecode with -OO this will never even occur.

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list