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 skrah
Recipients brett.cannon, pitrou, skrah, vstinner
Date 2012-09-01.14:31:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346509880.57.0.0775970785662.issue15599@psf.upfronthosting.co.za>
In-reply-to
Content
I see that in the following build test_threading also fails, so I
wouldn't spend too much time on debugging test_threaded_import:

 ======================================================================
FAIL: test_waitfor_timeout (test.test_threading.ConditionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/lock_tests.py", line 531, in test_waitfor_timeout
    self.assertEqual(len(success), 1)
AssertionError: 0 != 1
History
Date User Action Args
2012-09-01 14:31:20skrahsetrecipients: + skrah, brett.cannon, pitrou, vstinner
2012-09-01 14:31:20skrahsetmessageid: <1346509880.57.0.0775970785662.issue15599@psf.upfronthosting.co.za>
2012-09-01 14:31:20skrahlinkissue15599 messages
2012-09-01 14:31:19skrahcreate