]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246)
authorWulian233 <1055917385@qq.com>
Wed, 25 Mar 2026 19:09:56 +0000 (03:09 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2026 19:09:56 +0000 (19:09 +0000)
commit9343518c6f413b2231b17c56065e5cf823aa0d2a
tree3533889f47d652399a3a1e6b326eb29078f30a30
parent4447f23f40801b2941e6c97eaeccf34852ba40f3
gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246)
Python/initconfig.c