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 environment variable, an "-e" option and sys.setdefaultcloexec() function. At startup, the default value of cloexec parameter is False. I tested my implementation on Linux, Windows, Mac OS X, FreeBSD, OpenBSD and OpenIndiana. 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