This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-09-14 12:46:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
45dba1da32
cpython
/
Lib
/
test
/
subprocessdata
History
Download ZIP
Download TAR.GZ
Gregory P. Smith
0798cbc1df
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 12:02:48 -07:00
..
sigchild_ignore.py
Issue
#15756
: subprocess.poll() now properly handles errno.ECHILD to
2012-09-29 12:02:48 -07:00