]> granicus.if.org Git - python/commit
ctypes CThunkObject was not registered correctly with the cycle
authorThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:11:44 +0000 (20:11 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 23 Feb 2010 20:11:44 +0000 (20:11 +0000)
commit92bd059c678e85df3c6fff24dbf4b8b7b27b61bd
tree81a7cefecb6e82795b2c67b958d1a177dcd20549
parent429a74a11a0b31c6a7093a89f595f834daaa1b79
ctypes CThunkObject was not registered correctly with the cycle
garbage collector, leading to possible leaks when using callback
functions.
Lib/ctypes/test/test_callbacks.py
Misc/NEWS
Modules/_ctypes/callbacks.c