]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
authorVictor Stinner <vstinner@python.org>
Wed, 17 Jul 2024 19:49:37 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 19:49:37 +0000 (21:49 +0200)
commitb826e459ca6b640f896c2a9551bb2c78d10f0e2b
tree060e91eb29593baf5cbdf139f4d1f529852f45f1
parentf4bc84d261c828ed81f137f2a48fa2f0de7a0211
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)

Add _Py_IsImmortalLoose() function for assertions.
Include/internal/pycore_object.h