bpo-38353: Fix compiler warning in pycore_initconfig.h#16570
Conversation
Use "_PyRuntimeState" with "struct pyruntimestate" to avoid a warning on typedef re-definition.
|
Replace "_PyRuntimeState" with "struct pyruntimestate" to avoid a warning on typedef re-definition.
Use "_PyRuntimeState" with "struct pyruntimestate" to avoid a warning
on typedef re-definition.
https://bugs.python.org/issue38353