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 vstinner
Recipients vstinner
Date 2017-05-04.00:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493856222.72.0.391663295064.issue30264@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem is that os.unlink(TESTFN) ignores all OSError: os.unlink(TESTFN) fails because there is still an open file object somewhere.

I created the issue #30265: test.support.unlink() should fail or emit a warning on WindowsError: [Error 32] The process cannot access the file ....
History
Date User Action Args
2017-05-04 00:03:42vstinnersetrecipients: + vstinner
2017-05-04 00:03:42vstinnersetmessageid: <1493856222.72.0.391663295064.issue30264@psf.upfronthosting.co.za>
2017-05-04 00:03:42vstinnerlinkissue30264 messages
2017-05-04 00:03:42vstinnercreate