commit | 41c98a3207db26bd28c92e0c5df0a4849b3b7d83 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Sep 21 03:56:05 2011 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Wed Sep 21 03:56:05 2011 +0200 |
tree | bfa859562727a8a5e94fb40cb50ed8363ae0eb9d | |
parent | c78fb33f81819cd8c7c1faac352b0b669703425e [diff] [blame] | |
parent | 4507e6456e6170f92e14d7ecb68f2617a3b48412 [diff] [blame] |
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
diff --git a/Misc/NEWS b/Misc/NEWS index 7b3cbd7..571db4b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1287,6 +1287,9 @@ 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.