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 WGH
Recipients Arfrever, WGH, georg.brandl, josh.r, ncoghlan, neologix, pitrou, python-dev, serhiy.storchaka, socketpair, vstinner
Date 2021-09-12.23:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631489356.14.0.845596883578.issue21515@roundup.psfhosted.org>
In-reply-to
Content
> My patch uses O_EXCL. It makes possible to use linkat() to create a path for the temporary file (I didn't try it, but I read that it's possible). I don't know if using O_EXCL should be the default.

I think it is the other way around. From the manual: "If O_EXCL is not specified, then linkat(2) can ..."
History
Date User Action Args
2021-09-12 23:29:16WGHsetrecipients: + WGH, georg.brandl, ncoghlan, pitrou, vstinner, Arfrever, neologix, socketpair, python-dev, serhiy.storchaka, josh.r
2021-09-12 23:29:16WGHsetmessageid: <1631489356.14.0.845596883578.issue21515@roundup.psfhosted.org>
2021-09-12 23:29:16WGHlinkissue21515 messages
2021-09-12 23:29:16WGHcreate