Skip to content

bpo-44872: use new trashcan macros in framobject.c#27683

Merged
iritkatriel merged 2 commits into
python:mainfrom
iritkatriel:bpo-44872
Aug 9, 2021
Merged

bpo-44872: use new trashcan macros in framobject.c#27683
iritkatriel merged 2 commits into
python:mainfrom
iritkatriel:bpo-44872

Conversation

@iritkatriel

@iritkatriel iritkatriel commented Aug 9, 2021

Copy link
Copy Markdown
Member

@iritkatriel iritkatriel requested a review from pablogsal August 9, 2021 16:16

@pablogsal pablogsal left a comment

Copy link
Copy Markdown
Member

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!

@iritkatriel

Copy link
Copy Markdown
Member Author

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

@pablogsal

Copy link
Copy Markdown
Member

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

@ambv

ambv commented Aug 9, 2021

Copy link
Copy Markdown
Contributor

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
@miss-islington

Copy link
Copy Markdown
Contributor

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

@bedevere-bot

Copy link
Copy Markdown

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

@miss-islington

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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 August 9, 2021 17:23
sthagen added a commit to sthagen/python-cpython that referenced this pull request Aug 9, 2021
bpo-44872: use new trashcan macros in framobject.c (python#27683)
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Aug 9, 2021
@bedevere-bot

Copy link
Copy Markdown

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

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 9, 2021
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Aug 9, 2021
@bedevere-bot

Copy link
Copy Markdown

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

@bedevere-bot

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants