]> granicus.if.org Git - python/commit
bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Oct 2019 22:43:10 +0000 (00:43 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 22:43:10 +0000 (00:43 +0200)
commitc515b573af1189fc46ddcd3323c53ed073b84848
tree6505e4d78bda96f9f1480ecaf542a58087398a8e
parent86ec5c65fe04ece16f3aada5292cc62726062ad0
bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570)

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