]> 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 19:03:36 +0000 (21:03 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 12 Sep 2011 19:03:36 +0000 (21:03 +0200)
commitbbe46d63ee9b624c011b4fe50978e2e7fa7cf82e
treeb8ffdf974ee62f8164b0ed12ac67b0580faf5576
parent1d7deafeea8fad9c58480f646e7ac125105288c5
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