mirror of https://github.com/python/cpython
merge from 3.1
This commit is contained in:
commit
30fe8188b4
|
@ -66,6 +66,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal.
|
||||
|
||||
- Issue #11768: The signal handler of the signal module only calls
|
||||
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
|
||||
parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
|
||||
|
|
Loading…
Reference in New Issue