]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (#121936)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jul 2024 20:14:22 +0000 (22:14 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 20:14:22 +0000 (20:14 +0000)
commitf7b2b2a8fb167ee259990bd837db81d5f2b8d5a6
tree322eea5097ea440e9516c2c41be10e80d226d30d
parent449529a8c2ebf5790072cb0d7a2b236eaf663e4a
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (#121936)

gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725)

Add _Py_IsImmortalLoose() function for assertions.
(cherry picked from commit b826e459ca6b640f896c2a9551bb2c78d10f0e2b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/internal/pycore_object.h