[issue38353] Cleanup the path configuration implementation code (getpath.c)

STINNER Victor report at bugs.python.org
Thu Oct 3 20:20:42 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

On my Fedora 30, GCC doesn't complain on "typedef struct pyruntimestate _PyRuntimeState;". But clang on macOS emits a warning, saying that it's C11-only feature. So I modified the internal header files to use "struct pyruntimestate" instead, to avoid any compilation issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38353>
_______________________________________


More information about the Python-bugs-list mailing list