-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-116604: Correctly honor the gc status when calling _Py_RunGC #116628
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
Conversation
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Perfect, this looks good to me and solves the issue I encountered. For 3.12, the patch has to be adapted because the implementation of @pablogsal Besides 3.13, could this be pulled into the next Patch release of 3.12? |
Yup I will back port to 3.12 don't worry |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @pablogsal, I could not cleanly backport this to
|
GH-116653 is a backport of this pull request to the 3.12 branch. |
…y_RunGC (pythonGH-116628) (cherry picked from commit 02918aa) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
PyGC_Disable()
not respected #116604