]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 Mar 2026 19:32:20 +0000 (20:32 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2026 19:32:20 +0000 (19:32 +0000)
commitfc4b4221e5f6cf53e61ccbf716165d6192b9fd40
treee132bf10e7406251bf07872c2c00e19e6be03368
parent5a4959b92c62581ead5f03ea45380a08ffe5c40f
[3.13] gh-146244: Fix initconfig.c SET_ITEM macro leaks dict on expression failure (GH-146246) (GH-146433)

(cherry picked from commit 9343518c6f413b2231b17c56065e5cf823aa0d2a)

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