]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99708: fix bug where compiler crashes on if expression with an empty body block...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 24 Nov 2022 10:59:07 +0000 (10:59 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 10:59:07 +0000 (10:59 +0000)
commitae185fdcca9d48aef425468de8a8a31300280932
tree23e9469659596a797aa7f9922a2e2992016886a2
parent5f4ae86a639fb84260d622e31468da21dc468265
gh-99708: fix bug where compiler crashes on if expression with an empty body block (GH-99732)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-11-23-18-16-18.gh-issue-99708.7MuaiR.rst [new file with mode: 0644]
Python/compile.c