diff options
author | Jesus Cea <jcea@jcea.es> | 2011-09-21 01:47:39 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-09-21 01:47:39 (GMT) |
commit | c23484b21f8b62ec7c62a6e2253cf5f656e2ef06 (patch) | |
tree | 6ae29d5fec5ac44b18f218c9de2da19ad4b2d24d /Misc | |
parent | 4ac5d2cda495b90c7990f9e231553fa2dca9854f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |