[Python-Dev] PEP 433: Add cloexec argument to functions creating file descriptors

Victor Stinner victor.stinner at gmail.com
Sun Jan 13 15:01:55 CET 2013


> Alternatives
> ============
>
> Always set close-on-exec flag
> -----------------------------

Oops, this is completly wrong. This section is basically exactly the
same than the PEP proposal, except that the default value of cloexec
is set to True. The correct title is: "Set the close-on-exec flag by
default" (I just fixed it).

Victort


More information about the Python-Dev mailing list