Staging
v0.5.1
https://github.com/python/cpython
Revision 9bd522d7d13b8db51a87e650c5b439ccf49c616c authored by Barry Warsaw on 13 April 2007, 16:12:02 UTC, committed by Barry Warsaw on 13 April 2007, 16:12:02 UTC
(EIO can occur on Linux) or there's no more data to read.  Without this,
test_pty.py can hang on the waitpid() because the child is blocking on the
stdout write.  This will definitely happen on Mac OS X and could potentially
happen on other platforms.  See the comment for details.
1 parent 9df5fa0
History
Tip revision: 9bd522d7d13b8db51a87e650c5b439ccf49c616c authored by Barry Warsaw on 13 April 2007, 16:12:02 UTC
Add code to read from master_fd in the parent, breaking when we get an OSError
Tip revision: 9bd522d
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 13.3 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 54.4 KB
configure -rwxr-xr-x 623.0 KB
configure.in -rw-r--r-- 94.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 66.3 KB

README

back to top