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 ncoghlan
Recipients Arfrever, Brecht.Van.Lommel, asvetlov, christian.heimes, ideasman42, lemburg, loewis, mont29, ncoghlan, python-dev, skrah, vstinner
Date 2013-10-18.13:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382104076.89.0.502714823664.issue16129@psf.upfronthosting.co.za>
In-reply-to
Content
Larry - I'm kinda stumped on this one. I'm not sure how to debug the failure on the buildbots, because, as Victor said, sys.stdout/err having an encoding attribute of None *isn't* supposed to happen, so the test should be fine as it stands. And nobody has been able to reproduce the problem on a direct run.

It's probably OK to leave the test disabled for the alpha (since even the failures show that *this* feature was working correctly, it was the test case itself that was breaking).

While I just noticed my RHEL buildbot hit the failure as well, Stefan's inability to reproduce the problem on his FreeBSD system suggests that isn't likely to help: http://buildbot.python.org/all/builders/x86%20RHEL%206%203.x/builds/2871/steps/test/logs/stdio

(And /facepalm moment, I just realised all my testing tonight has been pointless, because I forgot to remove the skip decorator from the offending test...)
History
Date User Action Args
2013-10-18 13:47:56ncoghlansetrecipients: + ncoghlan, lemburg, loewis, vstinner, christian.heimes, Arfrever, asvetlov, ideasman42, skrah, python-dev, Brecht.Van.Lommel, mont29
2013-10-18 13:47:56ncoghlansetmessageid: <1382104076.89.0.502714823664.issue16129@psf.upfronthosting.co.za>
2013-10-18 13:47:56ncoghlanlinkissue16129 messages
2013-10-18 13:47:56ncoghlancreate