]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140126: Fix compile error if --with-assertions is enabled (#140133)
authorNeil Schemenauer <nas-github@arctrix.com>
Tue, 14 Oct 2025 23:34:30 +0000 (16:34 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 23:34:30 +0000 (23:34 +0000)
commit1e1f43519605b7c54a96aa44d0feed09d2bb1a67
treee40f0ec5a0b1e612e1d6c9170ac16852a9b1473f
parent2ca3c85054b231505c5e6f5f3209eb5f63942dce
gh-140126: Fix compile error if --with-assertions is enabled (#140133)

The `types_world_is_stopped()` function needs to be defined if NDEBUG
is not defined.
Objects/typeobject.c