summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 7218bfd..e3203d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1274,6 +1274,9 @@ Tools/Demos
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.