diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-09-20 23:08:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 23:08:06 (GMT) |
commit | 9ccf0545efd5bc5af5aa51774030c471d49a972b (patch) | |
tree | b55fefefa886638de6a493944674b0e053089a3f /Misc | |
parent | 14cdefa667f211401c9dfab33c4695e80b4e5e95 (diff) | |
download | cpython-9ccf0545efd5bc5af5aa51774030c471d49a972b.zip cpython-9ccf0545efd5bc5af5aa51774030c471d49a972b.tar.gz cpython-9ccf0545efd5bc5af5aa51774030c471d49a972b.tar.bz2 |
gh-109627: duplicated smalll exit blocks need to be assigned jump target labels (#109630)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-20-23-04-15.gh-issue-109627.xxe7De.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-20-23-04-15.gh-issue-109627.xxe7De.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-20-23-04-15.gh-issue-109627.xxe7De.rst new file mode 100644 index 0000000..397d76e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-20-23-04-15.gh-issue-109627.xxe7De.rst @@ -0,0 +1,2 @@ +Fix bug where the compiler does not assign a new jump target label to a +duplicated small exit block. |