-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-121528: Fix _PyObject_Init() assertion for stable ABI #121725
Conversation
Add _Py_IsImmortalLoose() function for assertions.
Well, I can confirm that |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…nGH-121725) Add _Py_IsImmortalLoose() function for assertions. (cherry picked from commit b826e45) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-121936 is a backport of this pull request to the 3.13 branch. |
|
Add _Py_IsImmortalLoose() function for assertions.