commit | f7b2b2a8fb167ee259990bd837db81d5f2b8d5a6 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Jul 17 22:14:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 17 20:14:22 2024 +0000 |
tree | 322eea5097ea440e9516c2c41be10e80d226d30d | |
parent | 449529a8c2ebf5790072cb0d7a2b236eaf663e4a [diff] |
[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>