I created the following issue to track and review the implementation
of the PEP 433:
http://bugs.python.org/issue17036
Last changes:
- don't hold the GIL to ensure "atomicity" of the close-on-exec flag
- apply the default value of cloexec on all C functions
- sys.setdefaultcloexec() don't have
Hi,
I implemented the PEP 433 in the following repository:
http://hg.python.org/features/pep-433
You can use it if you would like to experiment/test the PEP 433.
PEP 433: "Easier suppression of file descriptor inheritance"
http://www.python.org/dev/peps/pep-0433/
I added a PYTHONCLOEXEC environ