Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6665cef

Browse files
committed
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.
1 parent 1b1498b commit 6665cef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_socketserver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_main():
212212
# If the import lock is held, the threads will hang.
213213
raise TestSkipped("can't run when import lock is held")
214214

215+
reap_children()
215216
try:
216217
testall()
217218
finally:

0 commit comments

Comments
 (0)