| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
|
|
|
|
|
| |
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
|
| |
|
|
|
|
|
| |
to return a returncode of 0 when the child has already exited or cannot
be waited on.
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88484 | antoine.pitrou | 2011-02-21 22:55:48 +0100 (lun., 21 févr. 2011) | 4 lines
Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
to open door files.
........
|
| |
|
|
|
|
|
| |
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
|
|
|
|
|
|
|
| |
$LDVERSION, which screws up the sym/hard-links. This avoids those games when
$VERSION == $LDVERSION.
Also, include a drive-by fix for an obvious syntax error.
|
|
the C code, using pipe2() when available. Adds unittests for close_fds and
cloexec behaviors.
|