[issue13091] ctypes: memory leak

Amaury Forgeot d'Arc report at bugs.python.org
Mon Oct 3 00:13:54 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

How did you obtain this? the resize() function is not called by test_multiprocessing.
And are you sure that it's not some kind of reference leak? (this pointer is tied to a CDataObject; its tp_alloc should free the memory)

----------

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


More information about the Python-bugs-list mailing list