]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16955: Fix the poll() method for multiprocessing's socket
authorRichard Oudkerk <shibturn@gmail.com>
Sun, 13 Jan 2013 22:52:13 +0000 (22:52 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Sun, 13 Jan 2013 22:52:13 +0000 (22:52 +0000)
commit0ee84e04da7883623842d67bb1b1706bfacab309
tree28c83010d8a878bdbf55cb12856e5c400e52eca2
parent9e189f0a28ed99a29915dda839b913109a178111
parented9e06cb21c4437aa87bb23c6509d3dd3274d0fc
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS