]> granicus.if.org Git - python/commit
bpo-38353: Fix compiler warning in internal headers (GH-16573)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Oct 2019 00:21:05 +0000 (02:21 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2019 00:21:05 +0000 (02:21 +0200)
commite982d8b64f5d358c578bfca5cdfe4524dbc74000
treeda1c2c20db424c1b89595655b396a0bd000090bd
parentc515b573af1189fc46ddcd3323c53ed073b84848
bpo-38353: Fix compiler warning in internal headers (GH-16573)

Replace "_PyRuntimeState" with "struct pyruntimestate" to avoid
a warning on typedef re-definition.
Include/internal/pycore_ceval.h
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_traceback.h