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 jkloth
Recipients jkloth
Date 2012-08-04.16:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344096463.0.0.611888237472.issue15556@psf.upfronthosting.co.za>
In-reply-to
Content
os.stat fails when called on a file that is pending delete but is still in the directory listing.

This in turn causes os.path.exists to return the wrong result.

Attached is a test case demonstrating this broken behavior.
History
Date User Action Args
2012-08-04 16:07:43jklothsetrecipients: + jkloth
2012-08-04 16:07:42jklothsetmessageid: <1344096463.0.0.611888237472.issue15556@psf.upfronthosting.co.za>
2012-08-04 16:07:42jklothlinkissue15556 messages
2012-08-04 16:07:42jklothcreate