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 vstinner
Recipients gregory.p.smith, neologix, python-dev, serhiy.storchaka, vstinner
Date 2013-08-14.00:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376439096.85.0.128390360059.issue18408@psf.upfronthosting.co.za>
In-reply-to
Content
"""
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/98/steps/test/logs/stdio

FAIL: test_finalize_runnning_thread (test.test_threading.ThreadTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/3.x.koobs-freebsd10/build/Lib/test/test_threading.py", line 298, in test_finalize_runnning_thread
    self.assertEqual(rc, 42)
AssertionError: -6 != 42
"""

Oh, this error is not a regression introduced by this issue: it was already present in the oldest build of this buildbot:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/5/steps/test/logs/stdio
History
Date User Action Args
2013-08-14 00:11:36vstinnersetrecipients: + vstinner, gregory.p.smith, neologix, python-dev, serhiy.storchaka
2013-08-14 00:11:36vstinnersetmessageid: <1376439096.85.0.128390360059.issue18408@psf.upfronthosting.co.za>
2013-08-14 00:11:36vstinnerlinkissue18408 messages
2013-08-14 00:11:36vstinnercreate