]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport tim_one's checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 22 Feb 2002 13:29:32 +0000 (13:29 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 22 Feb 2002 13:29:32 +0000 (13:29 +0000)
commitbccffe226a020e89b7c78871bd46db0924be24e1
tree8a666340810ff0f6d05a4d35f4867c4600880f94
parentc22d45922f899572daea762d9face789a99f1645
backport tim_one's checkin of
    revision 1.10 of test_thread.py
    revision 1.5 of test_threaded_import.py

SF bug #516372:  test_thread: unhandled exc. in thread
Fix exit races in test_thread.py and test_threaded_import.py.
I suspect the bug is provokable only under Linux (where child threads
seem to get lots of cycles before they get killed after the main thread
exits), or on multi-processor machines running other OSes.
Bugfix candidate.
Lib/test/test_thread.py
Lib/test/test_threaded_import.py