]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18455: multiprocessing should not retry connect() with same socket.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 15 Jul 2013 17:37:48 +0000 (18:37 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 15 Jul 2013 17:37:48 +0000 (18:37 +0100)
commitc8ef9bc69471b3f5a789dad61d2330cf8193926c
treeeb5402a3e7264b0acdf8c2d709c3266fca171b6a
parenta85fa5c6661d2e6f3ceabe60c780db7fb03b172c
Issue #18455: multiprocessing should not retry connect() with same socket.
Lib/multiprocessing/connection.py
Misc/NEWS