diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-06-09 21:48:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 21:48:54 (GMT) |
commit | 33c92c4f15539806c8aff8574ff30a8b307e3e4d (patch) | |
tree | e84eafcfc64ad4a79570f5a9a31e27cdac68c8eb /Misc/NEWS.d/next | |
parent | 91441bf7cbaefbd328ee7efa59a06e661f61542e (diff) | |
download | cpython-33c92c4f15539806c8aff8574ff30a8b307e3e4d.zip cpython-33c92c4f15539806c8aff8574ff30a8b307e3e4d.tar.gz cpython-33c92c4f15539806c8aff8574ff30a8b307e3e4d.tar.bz2 |
gh-105375: Improve error handling in `zoneinfo` module (#105586)
Fix bugs where exceptions could end up being overwritten
because of deferred error handling.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst b/Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst new file mode 100644 index 0000000..4202b75 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst @@ -0,0 +1 @@ +Fix bugs in :mod:`zoneinfo` where exceptions could be overwritten. |