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 steve.dower
Recipients BreamoreBoy, eric.snow, larry, ncoghlan, petr.viktorin, python-dev, steve.dower, zach.ware
Date 2015-05-24.00:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432427905.32.0.368771878839.issue24268@psf.upfronthosting.co.za>
In-reply-to
Content
Since you're up, any chance you can help diagnose these test failures:

Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows8\build\lib\test\test_importlib\extension\test_loader.py", line 93, in setUp
    assert self.spec
AssertionError

From http://buildbot.python.org/all/builders/AMD64%20Windows8%203.x/builds/925/steps/test/logs/stdio

It happens for 22 tests in test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests
History
Date User Action Args
2015-05-24 00:38:25steve.dowersetrecipients: + steve.dower, ncoghlan, larry, petr.viktorin, BreamoreBoy, python-dev, eric.snow, zach.ware
2015-05-24 00:38:25steve.dowersetmessageid: <1432427905.32.0.368771878839.issue24268@psf.upfronthosting.co.za>
2015-05-24 00:38:25steve.dowerlinkissue24268 messages
2015-05-24 00:38:23steve.dowercreate