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, pitrou, skrah, vstinner
Date 2012-08-25.08:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345883620.41.0.296577026972.issue15781@psf.upfronthosting.co.za>
In-reply-to
Content
test_parallel_module_init() fails on Windows-64:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/553/steps/test/logs/stdio

======================================================================
FAIL: test_parallel_module_init (test.test_threaded_import.ThreadedImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_threaded_import.py", line 125, in test_parallel_module_init
    self.check_parallel_module_init()
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_threaded_import.py", line 120, in check_parallel_module_init
    self.assertFalse(errors)
AssertionError: [AttributeError("'module' object has no attribute 'randrange'",)] is not false

----------------------------------------------------------------------
History
Date User Action Args
2012-08-25 08:33:40skrahsetrecipients: + skrah, brett.cannon, pitrou, vstinner, jkloth
2012-08-25 08:33:40skrahsetmessageid: <1345883620.41.0.296577026972.issue15781@psf.upfronthosting.co.za>
2012-08-25 08:33:39skrahlinkissue15781 messages
2012-08-25 08:33:39skrahcreate