]> granicus.if.org Git - python/commit
Issue #16955: Fix the poll() method for multiprocessing's socket
authorRichard Oudkerk <shibturn@gmail.com>
Sun, 13 Jan 2013 22:46:48 +0000 (22:46 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Sun, 13 Jan 2013 22:46:48 +0000 (22:46 +0000)
commited9e06cb21c4437aa87bb23c6509d3dd3274d0fc
treef9883ce2f4a7dd0e937b5a7c2160cb57e9d185ac
parentf1b045f41740b1e25ecb5fc4f75003fac59c118a
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS