[issue27734] Memory leaks at Python35-32

R. David Murray report at bugs.python.org
Thu Aug 11 09:05:01 EDT 2016


R. David Murray added the comment:

Are you executing this once and worrying about the data structures that are not deallocated on finalize?  If so, see issue 228040 for background.  If you are executing it in a loop and seeing a continuing leak, then that we will want to address.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list