diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-11-24 10:59:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 10:59:07 (GMT) |
commit | ae185fdcca9d48aef425468de8a8a31300280932 (patch) | |
tree | 23e9469659596a797aa7f9922a2e2992016886a2 /Misc | |
parent | 5f4ae86a639fb84260d622e31468da21dc468265 (diff) | |
download | cpython-ae185fdcca9d48aef425468de8a8a31300280932.zip cpython-ae185fdcca9d48aef425468de8a8a31300280932.tar.gz cpython-ae185fdcca9d48aef425468de8a8a31300280932.tar.bz2 |
gh-99708: fix bug where compiler crashes on if expression with an empty body block (GH-99732)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-11-23-18-16-18.gh-issue-99708.7MuaiR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-11-23-18-16-18.gh-issue-99708.7MuaiR.rst b/Misc/NEWS.d/next/Core and Builtins/2022-11-23-18-16-18.gh-issue-99708.7MuaiR.rst new file mode 100644 index 0000000..47f385c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-11-23-18-16-18.gh-issue-99708.7MuaiR.rst @@ -0,0 +1 @@ +Fix bug where compiler crashes on an if expression with an empty body block. |