bpo-38353: Fix compiler warning in pycore_initconfig.h#16570
bpo-38353: Fix compiler warning in pycore_initconfig.h#16570vstinner merged 1 commit intopython:masterfrom vstinner:fix_include_warn
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