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.
V
Victor Stinner committed
c353764fd564e401cf47a5d9efab18c72c60014e
Parent: b4d5a5c
Committed by GitHub <[email protected]>
on 6/1/2020, 6:59:35 PM