diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-01 18:59:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 18:59:35 (GMT) |
commit | c353764fd564e401cf47a5d9efab18c72c60014e (patch) | |
tree | ba1a526bd6e9db6ad6fa180c2c2c0bed65bb98e7 /Doc | |
parent | b4d5a5cca29426a282e8f1e64b2271fdd1f0a23e (diff) | |
download | cpython-c353764fd564e401cf47a5d9efab18c72c60014e.zip cpython-c353764fd564e401cf47a5d9efab18c72c60014e.tar.gz cpython-c353764fd564e401cf47a5d9efab18c72c60014e.tar.bz2 |
bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)
Fix GIL usage in PyOS_Readline(): lock the GIL to set an exception.
Pass tstate to my_fgets() and _PyOS_WindowsConsoleReadline(). Cleanup
these functions.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions