mirror of
https://github.com/python/cpython.git
synced 2026-01-27 09:42:08 +00:00
Update NEWS for Issue11236.
This commit is contained in:
parent
83627ed6d5
commit
5dc6868f25
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,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…
Add table
Add a link
Reference in a new issue