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, christian.heimes, eric.snow, georg.brandl, jkloth, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-27.22:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120827222137.GA11246@sleipnir.bytereef.org>
In-reply-to <1346102853.21.0.267470374026.issue15781@psf.upfronthosting.co.za>
Content
Nice, on the finicky i7 machine test_threaded_import is fixed.

I'm getting another error in test_importlib, both with and without
the patch. I can open another issue for that if you think it's
completely unrelated:

$ ./python -m test -uall -F test_importlib      
[  1] test_importlib
test test_importlib failed -- Traceback (most recent call last):
  File "/home/stefan/hg/cpython/Lib/test/test_importlib/test_locks.py", line 80, in test_deadlock
    self.assertEqual(results.count((True, False)), 1)
AssertionError: 2 != 1

1 test failed:
    test_importlib
History
Date User Action Args
2012-08-27 22:21:36skrahsetrecipients: + skrah, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, christian.heimes, jkloth, eric.snow
2012-08-27 22:21:36skrahlinkissue15781 messages
2012-08-27 22:21:36skrahcreate