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

GH-96975: Skip incomplete frames in PyEval_GetFrame #97003

Merged
merged 4 commits into from Sep 22, 2022

Conversation

brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Sep 21, 2022

@brandtbucher brandtbucher added interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump needs backport to 3.11 labels Sep 21, 2022
@brandtbucher brandtbucher self-assigned this Sep 21, 2022
@brandtbucher brandtbucher requested a review from markshannon as a code owner Sep 21, 2022
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Mostly LGTM

I've left a few minor comments but leave it to you to decide.

(I'm approving under the assumption you will get it right before merging.)

Programs/_testembed.c Outdated Show resolved Hide resolved
Programs/_testembed.c Outdated Show resolved Hide resolved
Programs/_testembed.c Outdated Show resolved Hide resolved
Python/ceval.c Show resolved Hide resolved
Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

LGTM

@brandtbucher brandtbucher merged commit 8fd2c3b into python:main Sep 22, 2022
14 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Sep 22, 2022

Thanks @brandtbucher for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Sep 22, 2022

GH-97018 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 22, 2022
…7003)

(cherry picked from commit 8fd2c3b)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants