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 zach.ware
Recipients giampaolo.rodola, neologix, pitrou, python-dev, vstinner, zach.ware
Date 2013-04-11.21:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365714324.91.0.480806088059.issue17675@psf.upfronthosting.co.za>
In-reply-to
Content
The new tests fail on Windows, see for example http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1763/steps/test/logs/stdio

It can be fixed on Windows by moving the `s.bind(('127.0.0.1', 0))` line above the `self.assertIn('laddr', repr(s))` line, though since the test is currently passing on the Unix buildbots, I don't know if the change would break them.
History
Date User Action Args
2013-04-11 21:05:24zach.waresetrecipients: + zach.ware, pitrou, vstinner, giampaolo.rodola, neologix, python-dev
2013-04-11 21:05:24zach.waresetmessageid: <1365714324.91.0.480806088059.issue17675@psf.upfronthosting.co.za>
2013-04-11 21:05:24zach.warelinkissue17675 messages
2013-04-11 21:05:24zach.warecreate