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 vinay.sajip
Recipients neologix, phlogistonjohn, vinay.sajip
Date 2012-04-22.19:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335122190.86.0.99243390963.issue14632@psf.upfronthosting.co.za>
In-reply-to
Content
John: Thanks for the updated patch.

Charles-François: Certainly I can reduce the iterations to make the test faster. As it is, I did reproduce the failure on my dev system, but only once, after running John's test script about a dozen times: every other time, it completed successfully :-(

Isn't it simpler if I just replace the os.path.exists() calls with os.stat(), and check for ENOENT if an exception of type OSError or WindowsError occurs?
History
Date User Action Args
2012-04-22 19:16:30vinay.sajipsetrecipients: + vinay.sajip, neologix, phlogistonjohn
2012-04-22 19:16:30vinay.sajipsetmessageid: <1335122190.86.0.99243390963.issue14632@psf.upfronthosting.co.za>
2012-04-22 19:16:30vinay.sajiplinkissue14632 messages
2012-04-22 19:16:30vinay.sajipcreate