diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2023-09-06 20:59:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 20:59:50 (GMT) |
commit | 6971e40c2e02181e486b52f4f6bf98709d35443c (patch) | |
tree | fd98602cad218f83699bc9c0cb314f10bacac283 /Misc/NEWS.d | |
parent | 6f3c138dfa868b32d3288898923bbfa388f2fa5d (diff) | |
download | cpython-6971e40c2e02181e486b52f4f6bf98709d35443c.zip cpython-6971e40c2e02181e486b52f4f6bf98709d35443c.tar.gz cpython-6971e40c2e02181e486b52f4f6bf98709d35443c.tar.bz2 |
GH-104584: Restore frame->stacktop on optimizer error (GH-108953)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-05-11-31-27.gh-issue-104584.IRSXA2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-05-11-31-27.gh-issue-104584.IRSXA2.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-05-11-31-27.gh-issue-104584.IRSXA2.rst new file mode 100644 index 0000000..7f556bf --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-05-11-31-27.gh-issue-104584.IRSXA2.rst @@ -0,0 +1,2 @@ +Fix a crash when running with :envvar:`PYTHONUOPS` or :option:`-X uops <-X>` +enabled and an error occurs during optimization. |