summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-09-21 01:53:25 (GMT)
committerJesus Cea <jcea@jcea.es>2011-09-21 01:53:25 (GMT)
commit4507e6456e6170f92e14d7ecb68f2617a3b48412 (patch)
tree1bcd9a9cc702bf911d39fd3df5168b2837eb534b /Misc
parentd0b10a64351069aa9246d40cb8bd207cc9209cee (diff)
downloadcpython-4507e6456e6170f92e14d7ecb68f2617a3b48412.zip
cpython-4507e6456e6170f92e14d7ecb68f2617a3b48412.tar.gz
cpython-4507e6456e6170f92e14d7ecb68f2617a3b48412.tar.bz2
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
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 1d03385..6f4cb0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,9 @@ Tests
Extension Modules
-----------------
+- Issue #13022: Fix: _multiprocessing.recvfd() doesn't check that
+ file descriptor was actually received.
+
- Issue #12483: ctypes: Fix a crash when the destruction of a callback
object triggers the garbage collector.