]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88057: in compile.c, assertion that stackdepth is alway >=0 is missing in one...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 7 Sep 2022 13:01:57 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 13:01:57 +0000 (14:01 +0100)
commit0cd992c0005a4e605fe5b588e28bf9c0468d02e7
tree020942674844a61ceaa730d8d01c52be48102520
parentdde15f5879c3576db42ee4366fb684747c31459f
gh-88057: in compile.c, assertion that stackdepth is alway >=0 is missing in one place (GH-96513)
Python/compile.c