]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45256: Fix cleanup of stolen locals for Python-to-Python calls (GH-28905)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 13 Oct 2021 13:38:41 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 13:38:41 +0000 (14:38 +0100)
commit3901c081143ef29624f9c1cb49cc70a70321d139
treed41e7eec84386065cea8c07c71155ba1b5a41298
parentbbe7497c5a44c2b4ec726605cf5a9086ba02daf1
bpo-45256: Fix cleanup of stolen locals for Python-to-Python calls (GH-28905)
Python/ceval.c