]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 26 Feb 2013 12:37:07 +0000 (12:37 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 26 Feb 2013 12:37:07 +0000 (12:37 +0000)
commitba48264bce265a70157181dbd499f99a50ec0931
tree32da976b02bf5be9dbc4938b5a0ce998ec8a9ee6
parentb1bbc0b3dc870ecb7621fa7499f2347fe4a6a8e7
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Lib/multiprocessing/forking.py
Lib/test/test_multiprocessing.py
Misc/NEWS