mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #1068268: The subprocess module now handles EINTR in internal
os.waitpid and os.read system calls where appropriate.
This commit is contained in:
parent
fb501123e3
commit
cce211f88c
3 changed files with 38 additions and 4 deletions
|
@ -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
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue