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

Reply via email to