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 eric.snow
Recipients Arfrever, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-11-12.04:16:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384229768.92.0.704354704301.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running the pep-451 clone against 2 buildbots for now:

* http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%20custom
* http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%20custom

The ubuntu one is happy with the feature clone, but the windows buildbot keeps finding problems.  At first it was issue17116 all over again.  I've now set __spec__ to None by default (a la issue17115).  Then it fussed about test_everyone_has___loader__.  I'm sure something else will turn up.

Any thoughts on why import-related tests are responding differently depending on platform?  FWIW, I think the Windows failures should have also failed on the Ubuntu buildbot.

I'm also going to run on a Windows 7 and OS X to see where things stand.
History
Date User Action Args
2013-11-12 04:16:09eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, larry, Arfrever, berker.peksag
2013-11-12 04:16:08eric.snowsetmessageid: <1384229768.92.0.704354704301.issue18864@psf.upfronthosting.co.za>
2013-11-12 04:16:08eric.snowlinkissue18864 messages
2013-11-12 04:16:08eric.snowcreate