This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner
Date 2010-01-12.22:33:18
SpamBayes Score 1.8150521e-07
Marked as misclassified No
Message-id <1263335600.34.0.427748411044.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
Running the tests in debug mode gives the following error:

test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown) ... Fatal Python error: Invalid thread state for this thread
[21851 refs]
FAIL
[snip]

======================================================================
FAIL: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/debug/Lib/test/test_threading.py", line 476, in test_3_join_in_forked_from_thread
    self._run_and_join(script)
  File "/home/antoine/cpython/debug/Lib/test/test_threading.py", line 412, in _run_and_join
    self.assertEqual(data, "end of main\nend of thread\n")
AssertionError: 'end of main\n' != 'end of main\nend of thread\n'

----------------------------------------------------------------------
Ran 78 tests in 3.739s
History
Date User Action Args
2010-01-12 22:33:20pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, jnoller, nirai
2010-01-12 22:33:20pitrousetmessageid: <1263335600.34.0.427748411044.issue7544@psf.upfronthosting.co.za>
2010-01-12 22:33:18pitroulinkissue7544 messages
2010-01-12 22:33:18pitroucreate