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

Skip to content

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

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

gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (#126239)

  • Replace Py_DECREF by Py_XDECREF

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma zintensitydev@gmail.com
(cherry picked from commit 8525c93)

…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>
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 8059351 into python:3.13 Nov 6, 2024
40 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