]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix possible refleak in CodeType.replace() (GH-106243)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 29 Jun 2023 14:22:15 +0000 (17:22 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 14:22:15 +0000 (17:22 +0300)
commit3c70d467c148875f2ce17bacab8909ecc3e9fc1d
tree214a6f636b8914299e0ce5992a8ef540fe32b8ce
parentfb0d9b9ac1ec3ea13fae8b8ef6a4f0a5a80482b3
Fix possible refleak in CodeType.replace() (GH-106243)

A reference to c_code was leaked if PySys_Audit() failed.
Objects/codeobject.c