[issue8053] test_thread fails on Windows

2010-03-04 Thread Gregory P. Smith
Gregory P. Smith added the comment: right that logic is inverted. my bad. its fine in trunk already as it uses @unittest.skipIf there. that decorator doesn't exist in 2.6. fixed in r78659 -- resolution: -> fixed status: open -> closed ___ Pytho

[issue8053] test_thread fails on Windows

2010-03-03 Thread Martin v . Löwis
New submission from Martin v. Löwis : test_thread currently fails, then hangs on Windows with this output: test_thread Unhandled exception in thread started by Traceback (most recent call last): File "C:\Python26\lib\test\test_thread.py", line 180, in thread1 pid = os.fork() # fork in a t