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 steve.dower
Recipients Carl Osterwisch, Gabi.Davar, John Florian, chary314, dabrahams, davide.rizzo, dlenski, eric.araujo, eric.smith, eryksun, ethan smith, jaraco, jwilk, martin.panter, ncoghlan, njs, paul.moore, piotr.dobrogost, pitrou, r.david.murray, sbt, steve.dower, tim.golden, zach.ware
Date 2020-09-09.20:58:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599685095.99.0.00396599697704.issue14243@roundup.psfhosted.org>
In-reply-to
Content
Issue41490 can also be fixed by using FILE_SHARE_DELETE on all opened files (and that's a release blocker, so we need to fix it somehow), and if DeleteFile has been updated as you suggest then it might even help with the "pip replacing its own script executable" issue.

Nothing preventing someone from contributing the flag on open as well. There's definitely value there, but I think it's a workaround when we can make things Just Work more transparently.
History
Date User Action Args
2020-09-09 20:58:16steve.dowersetrecipients: + steve.dower, paul.moore, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, jwilk, eric.araujo, r.david.murray, njs, dabrahams, davide.rizzo, sbt, Gabi.Davar, martin.panter, piotr.dobrogost, zach.ware, dlenski, eryksun, Carl Osterwisch, ethan smith, John Florian, chary314
2020-09-09 20:58:15steve.dowersetmessageid: <1599685095.99.0.00396599697704.issue14243@roundup.psfhosted.org>
2020-09-09 20:58:15steve.dowerlinkissue14243 messages
2020-09-09 20:58:15steve.dowercreate