-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-44872: use new trashcan macros in framobject.c #27683
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @iritkatriel for the PR!
Should we backport this? The issue goes back to 3.8 so I think yes. |
For 3.10 for sure, for 3.9 and 3.8 I think we should but we should check first with @ambv |
Segfaulting the interpreter with code that worked fine in 3.7 sounds like a potential security-grade bug. Thus, please backport to 3.8 as well. |
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10. |
@iritkatriel: Please replace |
Sorry, @iritkatriel, I could not cleanly backport this to |
Sorry @iritkatriel, I had trouble checking out the |
Sorry, @iritkatriel, I could not cleanly backport this to |
bpo-44872: use new trashcan macros in framobject.c (python#27683)
GH-27690 is a backport of this pull request to the 3.10 branch. |
GH-27691 is a backport of this pull request to the 3.9 branch. |
GH-27692 is a backport of this pull request to the 3.8 branch. |
https://bugs.python.org/issue44872