Issue #1068268: The subprocess module now handles EINTR in internal

os.waitpid and os.read system calls where appropriate.
This commit is contained in:
Gregory P. Smith 2010-03-01 00:05:08 +00:00
parent fb501123e3
commit cce211f88c
3 changed files with 38 additions and 4 deletions

View file

@ -75,6 +75,9 @@ Library
- Issue #7481: When a threading.Thread failed to start it would leave the
instance stuck in initial state and present in threading.enumerate().
- Issue #1068268: The subprocess module now handles EINTR in internal
os.waitpid and os.read system calls where appropriate.
Extension Modules
-----------------