Staging
v0.5.1
https://github.com/python/cpython
Revision 05a5d697f4f097f37c5c1e2ed0e2338a33c3fb6a authored by Victor Stinner on 17 November 2020, 17:58:12 UTC, committed by GitHub on 17 November 2020, 17:58:12 UTC
bpo-41686, bpo-41713: On Windows, the SIGINT event,
_PyOS_SigintEvent(), is now created even if Python is configured to
not install signal handlers (PyConfig.install_signal_handlers=0 or
Py_InitializeEx(0)).
1 parent ac472b3
History
Tip revision: 05a5d697f4f097f37c5c1e2ed0e2338a33c3fb6a authored by Victor Stinner on 17 November 2020, 17:58:12 UTC
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Tip revision: 05a5d69
File Mode Size
pegen
pgen
Python.asdl -rw-r--r-- 5.2 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.7 KB
asdl_c.py -rwxr-xr-x 48.8 KB
grammar1.c -rw-r--r-- 1.0 KB
listnode.c -rw-r--r-- 1.7 KB
myreadline.c -rw-r--r-- 11.6 KB
node.c -rw-r--r-- 5.1 KB
parser.c -rw-r--r-- 12.4 KB
parser.h -rw-r--r-- 1.4 KB
parsetok.c -rw-r--r-- 14.0 KB
token.c -rw-r--r-- 4.5 KB
tokenizer.c -rw-r--r-- 56.9 KB
tokenizer.h -rw-r--r-- 3.8 KB

back to top