]> granicus.if.org Git - python/commit
Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 23:49:03 +0000 (23:49 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 7 Mar 2010 23:49:03 +0000 (23:49 +0000)
commit16cd888dd9fa4dc2da642a8edb45e708e296a086
tree4a32a08f7f07d4ad3f2cf0112bc899dfd1f82653
parent08611b5e559188c20cfca70de0fa5975857994b0
Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
It should fix transient failures on test_multiprocessing.
Lib/multiprocessing/forking.py