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 eryksun
Recipients benhoyt, docs@python, eryksun, martin.panter, paul.moore, remyroy, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-01-14.22:24:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452810293.01.0.140228530702.issue26111@psf.upfronthosting.co.za>
In-reply-to
Content
> That behavior on Windows is quite counterintuitive.

It's counter-intuitive from a POSIX point of view, in which anonymous files are allowed. In contrast, Windows allows any existing reference to unset the delete disposition, so the name cannot be unlinked until all references are closed.
History
Date User Action Args
2016-01-14 22:24:53eryksunsetrecipients: + eryksun, paul.moore, tim.golden, benhoyt, docs@python, martin.panter, zach.ware, serhiy.storchaka, steve.dower, remyroy
2016-01-14 22:24:53eryksunsetmessageid: <1452810293.01.0.140228530702.issue26111@psf.upfronthosting.co.za>
2016-01-14 22:24:52eryksunlinkissue26111 messages
2016-01-14 22:24:52eryksuncreate