Skip to content
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

Merged
merged 2 commits into from Aug 9, 2021

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Aug 9, 2021

@iritkatriel iritkatriel requested a review from pablogsal Aug 9, 2021
Copy link
Member

@pablogsal pablogsal left a comment

Thanks @iritkatriel for the PR!

@iritkatriel
Copy link
Member Author

@iritkatriel iritkatriel commented Aug 9, 2021

Should we backport this? The issue goes back to 3.8 so I think yes.

@pablogsal
Copy link
Member

@pablogsal pablogsal commented Aug 9, 2021

For 3.10 for sure, for 3.9 and 3.8 I think we should but we should check first with @ambv

@ambv
Copy link
Contributor

@ambv ambv commented Aug 9, 2021

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.

@iritkatriel iritkatriel merged commit 7d14fdb into python:main Aug 9, 2021
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 9, 2021

Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 9, 2021

@iritkatriel: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 9, 2021

Sorry, @iritkatriel, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 7d14fdb03c3e8384c01da1b21647ce837ed6a29c 3.10

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 9, 2021

Sorry @iritkatriel, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 7d14fdb03c3e8384c01da1b21647ce837ed6a29c 3.9

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 9, 2021

Sorry, @iritkatriel, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 7d14fdb03c3e8384c01da1b21647ce837ed6a29c 3.8

@iritkatriel iritkatriel deleted the bpo-44872 branch Aug 9, 2021
sthagen added a commit to sthagen/python-cpython that referenced this issue Aug 9, 2021
bpo-44872: use new trashcan macros in framobject.c (python#27683)
iritkatriel added a commit to iritkatriel/cpython that referenced this issue Aug 9, 2021
iritkatriel added a commit to iritkatriel/cpython that referenced this issue Aug 9, 2021
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 9, 2021

GH-27690 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 9, 2021

GH-27691 is a backport of this pull request to the 3.9 branch.

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 9, 2021

GH-27692 is a backport of this pull request to the 3.8 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants