cpython/Lib/test/subprocessdata
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
2013-08-28 00:53:59 +02:00
..
fd_status.py Use new new stat.S_ISDOOR() function, instead of hardcoded mask 2013-08-22 01:58:04 +02:00
inherited.py Issue #18571: Implementation of the PEP 446: file descriptors and file handles 2013-08-28 00:53:59 +02:00
input_reader.py
qcat.py
qgrep.py
sigchild_ignore.py Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD 2012-09-29 11:40:38 -07:00