commit | 4507e6456e6170f92e14d7ecb68f2617a3b48412 | [log] [tgz] |
---|---|---|
author | Jesus Cea <jcea@jcea.es> | Wed Sep 21 03:53:25 2011 +0200 |
committer | Jesus Cea <jcea@jcea.es> | Wed Sep 21 03:53:25 2011 +0200 |
tree | 1bcd9a9cc702bf911d39fd3df5168b2837eb534b | |
parent | d0b10a64351069aa9246d40cb8bd207cc9209cee [diff] [blame] |
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
diff --git a/Misc/NEWS b/Misc/NEWS index 1d03385..6f4cb0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,9 @@ 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.