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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, socketpair
Date 2011-05-18.20:57:08
SpamBayes Score 0.0046320157
Marked as misclassified No
Message-id <1305752229.55.0.31795865883.issue12105@psf.upfronthosting.co.za>
In-reply-to
Content
These "needed" flags are actually nonstandard extensions of the libc fopen() function on some platforms.

In python3, one can still use fcntl(f.fileno(), FD_SET, FD_CLOEXEC), but a "flags" parameter would be more convenient.
History
Date User Action Args
2011-05-18 20:57:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, socketpair
2011-05-18 20:57:09amaury.forgeotdarcsetmessageid: <1305752229.55.0.31795865883.issue12105@psf.upfronthosting.co.za>
2011-05-18 20:57:08amaury.forgeotdarclinkissue12105 messages
2011-05-18 20:57:08amaury.forgeotdarccreate