]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added a provision to stop all threads before exiting from the test:
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 14:07:03 +0000 (14:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 14:07:03 +0000 (14:07 +0000)
commitc1488413e4a5f0fb4df102c036e7c3124def9816
tree428751da0713c830eac8279d906f943e6ab0b0b1
parent9d90a94fafa295851edd18843f6473c10131e555
Added a provision to stop all threads before exiting from the test:
the change to regrtest.py to unload all newly imported modules did
something bad to the threads -- and I realized that they would never
stop!
Lib/test/test_fork1.py