summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-09-21 01:47:39 (GMT)
committerJesus Cea <jcea@jcea.es>2011-09-21 01:47:39 (GMT)
commitc23484b21f8b62ec7c62a6e2253cf5f656e2ef06 (patch)
tree6ae29d5fec5ac44b18f218c9de2da19ad4b2d24d /Misc
parent4ac5d2cda495b90c7990f9e231553fa2dca9854f (diff)
downloadcpython-c23484b21f8b62ec7c62a6e2253cf5f656e2ef06.zip
cpython-c23484b21f8b62ec7c62a6e2253cf5f656e2ef06.tar.gz
cpython-c23484b21f8b62ec7c62a6e2253cf5f656e2ef06.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 30cde1d..fa4022e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@ Library
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.