diff options
| author | Victor Stinner <vstinner@python.org> | 2023-05-04 14:21:01 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 14:21:01 (GMT) |
| commit | 45398ad51220b63b8df08fb5551c6b736205daed (patch) | |
| tree | 42d5b05c0706b871067d7390768493878d07eda9 /Python/pythonrun.c | |
| parent | eba64d2afb4c429e80d863dc0dd7808bdbef30d3 (diff) | |
| download | cpython-45398ad51220b63b8df08fb5551c6b736205daed.zip cpython-45398ad51220b63b8df08fb5551c6b736205daed.tar.gz cpython-45398ad51220b63b8df08fb5551c6b736205daed.tar.bz2 | |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
