]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_LookupArg...
authorValery Fedorenko <federicovalenso@gmail.com>
Tue, 5 Nov 2024 17:34:33 +0000 (20:34 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 17:34:33 +0000 (20:34 +0300)
commit8525c9375f25e6ec0c0b5dfcab464703f6e78082
tree9ab19ec002ac489e7f5e8edfd014cc83f86e738e
parent0b67ce930a56c4ffd597b1a658ddcbacfb40e798
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>
Python/compile.c