]> granicus.if.org Git - python/commit
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 26 Feb 2013 12:39:57 +0000 (12:39 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 26 Feb 2013 12:39:57 +0000 (12:39 +0000)
commit7aaa1ef8580660eb6ba94a48ffaf76acbc75a8a6
tree8a83c0c8bc3dc06f1458075af2aa1795409d95ff
parent8fd366978d2020b28442831bd28df85824856e30
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Lib/multiprocessing/forking.py
Lib/test/test_multiprocessing.py
Misc/NEWS