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 serhiy.storchaka
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-14.11:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429011587.7.0.96619039038.issue23908@psf.upfronthosting.co.za>
In-reply-to
Content
I afraid not that builbots will fail, but that that test could pass without the fix. Tests should be tested without applying the fix. Writing right tests can require several iterations with running tests on patched and unpatched the os module.

Here is a patch with tests.
History
Date User Action Args
2015-04-14 11:39:47serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, tim.golden, zach.ware, steve.dower
2015-04-14 11:39:47serhiy.storchakasetmessageid: <1429011587.7.0.96619039038.issue23908@psf.upfronthosting.co.za>
2015-04-14 11:39:47serhiy.storchakalinkissue23908 messages
2015-04-14 11:39:47serhiy.storchakacreate