mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Apply this change from 2.6. Hopefully it doesn't cause a conflict.
I really want to test the buildbots. This change is necessary to get the test to be more stable and not crash due to previous processes exitting.
This commit is contained in:
parent
1b1498b42e
commit
6665cefb85
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ def test_main():
|
|||
# If the import lock is held, the threads will hang.
|
||||
raise TestSkipped("can't run when import lock is held")
|
||||
|
||||
reap_children()
|
||||
try:
|
||||
testall()
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue