[issue40613] gcc 10 emits warning for unused function: _xxsubinterpretersmodule

STINNER Victor report at bugs.python.org
Wed May 13 08:18:28 EDT 2020


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

The two functions are only used in assertions. They should be surrounded by "#ifndef NDEBUG (...) #endif".

----------

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


More information about the Python-bugs-list mailing list