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, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-27.22:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346107639.09.0.637259789601.issue15794@psf.upfronthosting.co.za>
In-reply-to
Content
Also reproduced on Ubuntu Lucid/Core 2 Duo with a very low switch
interval and -j4. It takes more repetitions than on the i7:

$ ./python -m test -uall -F -j4  test_importlib 
[...]
[224] test_importlib
[225] test_importlib
[226/1] test_importlib
test test_importlib failed -- Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_importlib/test_locks.py", line 80, in test_deadlock
    self.assertEqual(results.count((True, False)), 1)
AssertionError: 2 != 1
History
Date User Action Args
2012-08-27 22:47:19skrahsetrecipients: + skrah, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, christian.heimes, eric.snow
2012-08-27 22:47:19skrahsetmessageid: <1346107639.09.0.637259789601.issue15794@psf.upfronthosting.co.za>
2012-08-27 22:47:18skrahlinkissue15794 messages
2012-08-27 22:47:18skrahcreate