8000 [3.12] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (gh-126238) by federicovalenso · Pull Request #126474 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (gh-126238) #126474

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

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

federicovalenso
Copy link
Contributor
@federicovalenso federicovalenso commented Nov 6, 2024
  • Replace Py_DECREF by Py_XDECREF

(cherry picked from commit 8525c93)

Co-authored-by: Valery Fedorenko federicovalenso@gmail.com
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma zintensitydev@gmail.com

…vars in _PyCompile_LookupArg (pythonGH-126239)

* Replace Py_DECREF by Py_XDECREF

(cherry picked from commit 8525c93)

Co-authored-by: Valery Fedorenko <federicovalenso@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@federicovalenso federicovalenso changed the title [3.12] gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_LookupArg [3.12] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (gh-126238) Nov 6, 2024
@bedevere-app bedevere-app bot added the type-crash A hard crash of the interpreter, possibly with a core dump label Nov 6, 2024
Copy link
Member
@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sobolevn sobolevn enabled auto-merge (squash) November 6, 2024 07:56
@sobolevn sobolevn merged commit 2f39370 into python:3.12 Nov 6, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news 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.

2 participants
0