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

R. David Murray report at bugs.python.org
Sat Nov 9 22:12:13 CET 2013


R. David Murray added the comment:

Hmm.  If I turn on gc debugging before the def, I don't see anything get collected.  If I allocate a series of new 10K strings, the memory keeps growing.  Of course, that could still be down to the vagaries of OS memory management.  Time to break out Victor's tracemalloc, but I probably don't have that much ambition today :)

----------

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


More information about the Python-bugs-list mailing list