[issue13250] ctypes: reference leak in POINTER code

Benjamin Peterson report at bugs.python.org
Sun Oct 23 20:46:54 CEST 2011


Benjamin Peterson <benjamin at python.org> added the comment:

The cause is ctypes caches POINTER types. You have to make sure to clear the cache.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list