[issue7959] ctypes memory leak

Thomas Heller report at bugs.python.org
Tue Feb 23 20:46:10 CET 2010


Thomas Heller <theller at ctypes.org> added the comment:

CThunkObject is not registered correctly with the cycle GC.  The attached patch, against trunk, fixes the issue.

----------
keywords: +patch
Added file: http://bugs.python.org/file16345/issue7957.patch

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


More information about the Python-bugs-list mailing list