]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg...
authorValery Fedorenko <federicovalenso@gmail.com>
Wed, 6 Nov 2024 08:10:04 +0000 (11:10 +0300)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 08:10:04 +0000 (08:10 +0000)
commit8059351051e807620d0822f949eef8802d754c93
tree742b6c19c388d45f0632677ea610c5b4ff497c3a
parentba86632f7ea8cc77af770b33f60124ca767698c7
[3.13] Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (gh-126238) (#126475)

[3.13] gh-126238: Fix possible null pointer dereference of freevars in _PyCompile_LookupArg (GH-126239)

* Replace Py_DECREF by Py_XDECREF

(cherry picked from commit 8525c9375f25e6ec0c0b5dfcab464703f6e78082)

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