SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 51 Python

gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)

This function no longer makes sense, since its runtime parameter is
no longer used. Use directly _PyThreadState_GET() and
_PyInterpreterState_GET() instead.
V
Victor Stinner committed
45398ad51220b63b8df08fb5551c6b736205daed
Parent: eba64d2
Committed by GitHub <noreply@github.com> on 5/4/2023, 2:21:01 PM