diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-08-16 15:48:55 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-08-16 15:48:55 (GMT) |
commit | 04ec8ce1bb394c0430d20ea3defa6282ac3e11cd (patch) | |
tree | 203399e1ecc98c7785d8b0fd4a4470053a90e3ca /Misc | |
parent | 69a06dd59defa8de0586eb751b6acbed50fddc3e (diff) | |
download | cpython-04ec8ce1bb394c0430d20ea3defa6282ac3e11cd.zip cpython-04ec8ce1bb394c0430d20ea3defa6282ac3e11cd.tar.gz cpython-04ec8ce1bb394c0430d20ea3defa6282ac3e11cd.tar.bz2 |
Issue #14669: Fix pickling of connections and sockets on MacOSX
by sending/receiving an acknowledgment after file descriptor transfer.
TestPicklingConnection has been reenabled for MacOSX.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Core and Builtins Library ------- +- Issue #14669: Fix pickling of connections and sockets on MacOSX + by sending/receiving an acknowledgment after file descriptor transfer. + TestPicklingConnection has been reenabled for MacOSX. + - Issue #11062: Fix adding a message from file to Babyl mailbox. - Issue #15646: Prevent equivalent of a fork bomb when using |