]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1663329: add os.closerange() to close a range of fds,
authorGeorg Brandl <georg@python.org>
Sat, 19 Jan 2008 20:22:13 +0000 (20:22 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Jan 2008 20:22:13 +0000 (20:22 +0000)
commit309501a61772f4cb72f1004fcbe73964b4130672
tree8737924e043d901d7c62910a97c6aebdd8e62f8e
parent15ce880cc8c3de29e91e2e867b2db0b19a48e5f3
#1663329: add os.closerange() to close a range of fds,
ignoring errors, and use this in subprocess to speed up
subprocess creation in close_fds mode. Patch by Mike Klaas.
Doc/library/os.rst
Lib/subprocess.py
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c