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 christian.heimes, jcea, pitrou, vstinner
Date 2013-08-09.20:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376079945.33.0.901354875106.issue18673@psf.upfronthosting.co.za>
In-reply-to
Content
> use O_TEMPFILE in tempfile module when it's supported by the current kernel

How do you detect that a kernel does not support the flag? Try to use the flag and handle the error?
History
Date User Action Args
2013-08-09 20:25:45vstinnersetrecipients: + vstinner, jcea, pitrou, christian.heimes
2013-08-09 20:25:45vstinnersetmessageid: <1376079945.33.0.901354875106.issue18673@psf.upfronthosting.co.za>
2013-08-09 20:25:45vstinnerlinkissue18673 messages
2013-08-09 20:25:45vstinnercreate