Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Include
internal
pycore_ceval.h
Find file
Blame
History
Permalink
bpo-38353: Fix compiler warning in internal headers (GH-16573)
· e982d8b6
Victor Stinner
authored
Oct 04, 2019
Replace "_PyRuntimeState" with "struct pyruntimestate" to avoid a warning on typedef re-definition.
e982d8b6