bpo-38353: Fix compiler warning in pycore_initconfig.h by vstinner · Pull Request #16570 · python/cpython

@vstinner

Use "_PyRuntimeState" with "struct pyruntimestate" to avoid a warning
on typedef re-definition.

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
Replace "_PyRuntimeState" with "struct pyruntimestate" to avoid
a warning on typedef re-definition.