]> granicus.if.org Git - python/commit
Issue #14669: Fix pickling of connections and sockets on MacOSX
authorRichard Oudkerk <shibturn@gmail.com>
Thu, 16 Aug 2012 15:48:55 +0000 (16:48 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Thu, 16 Aug 2012 15:48:55 +0000 (16:48 +0100)
commit04ec8ce1bb394c0430d20ea3defa6282ac3e11cd
tree203399e1ecc98c7785d8b0fd4a4470053a90e3ca
parent69a06dd59defa8de0586eb751b6acbed50fddc3e
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.
Lib/multiprocessing/reduction.py
Lib/test/test_multiprocessing.py
Misc/NEWS