This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-27 05:05:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
test
/
subprocessdata
History
Gregory P. Smith
3905171f1e
Fixes issue
#15756
: subprocess.poll() now properly handles errno.ECHILD
...
to return a returncode of 0 when the child has already exited or cannot be waited on.
2012-09-29 11:40:38 -07:00
..
fd_status.py
…
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