]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Mar 2026 02:37:53 +0000 (03:37 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 02:37:53 +0000 (02:37 +0000)
commit4d61fd6b7a706762d962c4a23313d57167796a12
tree1684c5e67493fefae6fc731e0591d150e385d042
parent74c21aec82780554c99541b59d6f1cadbd6baa27
[3.14] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246) (GH-146432)

(cherry picked from commit 9343518c6f413b2231b17c56065e5cf823aa0d2a)

Co-authored-by: Wulian233 <1055917385@qq.com>
Python/initconfig.c