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 Tamas.K, csernazs, grahamd, jcea, ncoghlan, neologix, pitrou, python-dev, tim.peters
Date 2013-09-07.19:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378581920.1.0.598164151837.issue18808@psf.upfronthosting.co.za>
In-reply-to
Content
I like threadstate_join_5.patch, but I got the following failure when running the test suite:

======================================================================
FAIL: test_is_alive_after_fork (test.test_threading.ThreadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_threading.py", line 478, in test_is_alive_after_fork
    self.assertEqual(0, status)
AssertionError: 0 != 256
History
Date User Action Args
2013-09-07 19:25:20pitrousetrecipients: + pitrou, tim.peters, jcea, csernazs, ncoghlan, grahamd, neologix, python-dev, Tamas.K
2013-09-07 19:25:20pitrousetmessageid: <1378581920.1.0.598164151837.issue18808@psf.upfronthosting.co.za>
2013-09-07 19:25:20pitroulinkissue18808 messages
2013-09-07 19:25:19pitroucreate