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 alexey-smirnov, amaury.forgeotdarc, neologix, socketpair, vstinner
Date 2011-05-20.08:52:25
SpamBayes Score 7.045968e-07
Marked as misclassified No
Message-id <1305881540.16663.1.camel@marge>
In-reply-to <1305867348.57.0.473008930939.issue12105@psf.upfronthosting.co.za>
Content
> Why not to implement 'e' letter in py3k ?
> 
> In systems where O_CLOEXEC is not supported in open(), flag should be set non-atomically using fcntl.

Having an atomic or non-atomic behaviour depending on the OS is not a
good idea.
History
Date User Action Args
2011-05-20 08:52:26vstinnersetrecipients: + vstinner, amaury.forgeotdarc, neologix, socketpair, alexey-smirnov
2011-05-20 08:52:25vstinnerlinkissue12105 messages
2011-05-20 08:52:25vstinnercreate