diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-02-20 22:16:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 22:16:09 (GMT) |
commit | 022b44f2546c44183e4df7b67e3e64502fae9143 (patch) | |
tree | 64b46d13946bbf8704dd82d3d63a3297e96a6cfe /Misc/NEWS.d | |
parent | 4d3bc89a3f54c4f09756a9b644b3912bf54191a7 (diff) | |
download | cpython-022b44f2546c44183e4df7b67e3e64502fae9143.zip cpython-022b44f2546c44183e4df7b67e3e64502fae9143.tar.gz cpython-022b44f2546c44183e4df7b67e3e64502fae9143.tar.bz2 |
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-02-20-15-18-33.gh-issue-102056.uHKuwH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-02-20-15-18-33.gh-issue-102056.uHKuwH.rst b/Misc/NEWS.d/next/Core and Builtins/2023-02-20-15-18-33.gh-issue-102056.uHKuwH.rst new file mode 100644 index 0000000..78cd525 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-02-20-15-18-33.gh-issue-102056.uHKuwH.rst @@ -0,0 +1 @@ +Fix error handling bugs in interpreter's exception printing code, which could cause a crash on infinite recursion. |