summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-09-21 01:56:05 (GMT)
committerJesus Cea <jcea@jcea.es>2011-09-21 01:56:05 (GMT)
commit41c98a3207db26bd28c92e0c5df0a4849b3b7d83 (patch)
treebfa859562727a8a5e94fb40cb50ed8363ae0eb9d /Misc
parentc78fb33f81819cd8c7c1faac352b0b669703425e (diff)
parent4507e6456e6170f92e14d7ecb68f2617a3b48412 (diff)
downloadcpython-41c98a3207db26bd28c92e0c5df0a4849b3b7d83.zip
cpython-41c98a3207db26bd28c92e0c5df0a4849b3b7d83.tar.gz
cpython-41c98a3207db26bd28c92e0c5df0a4849b3b7d83.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 7b3cbd7..571db4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1287,6 +1287,9 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #13022: Fix: _multiprocessing.recvfd() doesn't check that
+ file descriptor was actually received.
+
- Issue #1172711: Add 'long long' support to the array module.
Initial patch by Oren Tirosh and Hirokazu Yamamoto.