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, jkloth, ncoghlan, pitrou, skrah, vstinner
Date 2012-08-25.09:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345885679.56.0.291776968294.issue15781@psf.upfronthosting.co.za>
In-reply-to
Content
The buildbot in question uses -j4, and I can reproduce this on Linux
with:

./python -m test -uall -F -j4 -v test_threaded_import


======================================================================
FAIL: test_parallel_meta_path (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/hg/cpython/Lib/test/test_threaded_import.py", line 131, in test_parallel_meta_path
    self.check_parallel_module_init()
  File "/home/stefan/hg/cpython/Lib/test/test_threaded_import.py", line 120, in check_parallel_module_init
    self.assertFalse(errors)
AssertionError: [AttributeError("'module' object has no attribute 'randrange'",), AttributeError("'module' object has no attribute 'randrange'",)] is not false

----------------------------------------------------------------------
Ran 6 tests in 4.221s
History
Date User Action Args
2012-08-25 09:07:59skrahsetrecipients: + skrah, brett.cannon, ncoghlan, pitrou, vstinner, jkloth
2012-08-25 09:07:59skrahsetmessageid: <1345885679.56.0.291776968294.issue15781@psf.upfronthosting.co.za>
2012-08-25 09:07:59skrahlinkissue15781 messages
2012-08-25 09:07:58skrahcreate