summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-12 19:03:36 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-12 19:03:36 (GMT)
commitbbe46d63ee9b624c011b4fe50978e2e7fa7cf82e (patch)
treeb8ffdf974ee62f8164b0ed12ac67b0580faf5576 /Misc
parent1d7deafeea8fad9c58480f646e7ac125105288c5 (diff)
downloadcpython-bbe46d63ee9b624c011b4fe50978e2e7fa7cf82e.zip
cpython-bbe46d63ee9b624c011b4fe50978e2e7fa7cf82e.tar.gz
cpython-bbe46d63ee9b624c011b4fe50978e2e7fa7cf82e.tar.bz2
Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d9e8f4b..d52156d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Tests
Extension Modules
-----------------
+- Issue #12483: ctypes: Fix a crash when the destruction of a callback
+ object triggers the garbage collector.
+
- Issue #12950: Fix passing file descriptors in multiprocessing, under
OpenIndiana/Illumos.