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 pitrou
Recipients dabrahams, eric.smith, ncoghlan, pitrou
Date 2012-03-10.15:17:30
SpamBayes Score 0.0014535353
Marked as misclassified No
Message-id <1331392397.3448.4.camel@localhost.localdomain>
In-reply-to <1331391780.98.0.229496247469.issue14243@psf.upfronthosting.co.za>
Content
> OTOH, if the proposal is merely to change the way the file is opened
> on Windows so that it can be opened again without closing it first,
> that sounds fine.

That would be my proposal. It probably needs getting rid of O_TEMPORARY,
exposing CreateFile and _open_osfhandle, and using the FILE_SHARE_DELETE
open mode.
History
Date User Action Args
2012-03-10 15:17:31pitrousetrecipients: + pitrou, ncoghlan, eric.smith, dabrahams
2012-03-10 15:17:31pitroulinkissue14243 messages
2012-03-10 15:17:30pitroucreate