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 any argument anymore (unit tests
don't use sys.setdefaultcloexec() anymore)

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to