summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2020-06-01-20-31-07.bpo-40826.XCI4M2.rst
blob: a03ed180eb952b7eeb0f40816142ed589c36920f (plain)
1
2
Fix GIL usage in :c:func:`PyOS_Readline`: lock the GIL to set an exception
and pass the Python thread state when checking if there is a pending signal.