]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120726: Fix compiler warnings on is_core_module() (#120727)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Wed, 19 Jun 2024 07:46:04 +0000 (10:46 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 07:46:04 +0000 (07:46 +0000)
commita816cd67f43d9adb27ccdb6331e08c835247d1df
tree7ac99e7aab9d40b599d2b754aa4aa1d40760e577
parent45d5cab533a607716b2b41134839a59facf309cd
gh-120726: Fix compiler warnings on is_core_module() (#120727)

Fix compiler warnings on is_core_module() and
check_interpreter_whence(): only define them when
assertions are built.
Python/import.c
Python/pystate.c