diff options
author | Brandt Bucher <brandt@python.org> | 2021-11-11 21:52:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 21:52:43 (GMT) |
commit | a89bbde83fe7f8cc347341e7ec57cda3ba312530 (patch) | |
tree | 893064e56728e4531f5ac23f918618882c67b995 /Misc/NEWS.d | |
parent | c5bfb88eb6f82111bb1603ae9d78d0476b552d66 (diff) | |
download | cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.zip cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.tar.gz cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.tar.bz2 |
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-09-13-01-35.bpo-45773.POU8A4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-09-13-01-35.bpo-45773.POU8A4.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-09-13-01-35.bpo-45773.POU8A4.rst new file mode 100644 index 0000000..2b9ba81 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-09-13-01-35.bpo-45773.POU8A4.rst @@ -0,0 +1 @@ +Fix a compiler hang when attempting to optimize certain jump patterns. |