diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-02 11:44:36 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-02 11:48:14 (GMT) |
commit | 0fb18b02c8ad56299d6a2910be0bab8ad601ef24 (patch) | |
tree | 1411011f0595789947082ab9d8ea31a782be739f /Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst | |
parent | f4f919e3d811251f87c5b412b5238702f66879fd (diff) | |
download | cpython-3.12.0.zip cpython-3.12.0.tar.gz cpython-3.12.0.tar.bz2 |
Python 3.12.0v3.12.0
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst deleted file mode 100644 index 83be54c..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst +++ /dev/null @@ -1 +0,0 @@ -Fix missing jump target labels when compiler reorders cold/warm blocks. |