]> granicus.if.org Git - python/commit
Issue #12483: ctypes: Fix a crash when the destruction of a callback
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Sep 2011 18:12:09 +0000 (20:12 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Sep 2011 18:12:09 +0000 (20:12 +0200)
commit439c25eb9e53fb5b47dd392cccd3a8183e0910eb
tree4222f7db271ed1146d3e119a617c8ed4179d89ab
parentdcdc3ef5facabec526dff5f78dc3c0b9161184cb
Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.
Lib/ctypes/test/test_callbacks.py
Misc/NEWS
Modules/_ctypes/callbacks.c