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 vstinner
Recipients georg.brandl, josh.r, ncoghlan, neologix, pitrou, vstinner
Date 2014-05-18.10:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400407276.66.0.289430784414.issue21515@psf.upfronthosting.co.za>
In-reply-to
Content
(Oops, I made a mistake, the hardcoded constant was still present in my patch 2.)

Patch 3 uses tempfile._O_TMPFILE_WORKS variable to check if the O_TMPFILE flag is avaialble and works.

Use "os.O_TMPFILE = 0o20000000 | os.O_DIRECTORY" to try my patch with glibc older than 2.19.
History
Date User Action Args
2014-05-18 10:01:16vstinnersetrecipients: + vstinner, georg.brandl, ncoghlan, pitrou, neologix, josh.r
2014-05-18 10:01:16vstinnersetmessageid: <1400407276.66.0.289430784414.issue21515@psf.upfronthosting.co.za>
2014-05-18 10:01:16vstinnerlinkissue21515 messages
2014-05-18 10:01:16vstinnercreate