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 christian.heimes
Recipients christian.heimes, jcea, pitrou, python-dev, tshepang, vstinner
Date 2013-08-16.12:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376657788.84.0.0487825104647.issue18673@psf.upfronthosting.co.za>
In-reply-to
Content
I have added O_TMPFILE to the os module.

I like to hold off with the actual use of O_TMPFILE in tempfile until Python 3.5. The feature is too new and I don't have any way to test it. Some people have reported file system corruption in 3.11-rc4, too.
History
Date User Action Args
2013-08-16 12:56:28christian.heimessetrecipients: + christian.heimes, jcea, pitrou, vstinner, tshepang, python-dev
2013-08-16 12:56:28christian.heimessetmessageid: <1376657788.84.0.0487825104647.issue18673@psf.upfronthosting.co.za>
2013-08-16 12:56:28christian.heimeslinkissue18673 messages
2013-08-16 12:56:28christian.heimescreate