commit | 33c92c4f15539806c8aff8574ff30a8b307e3e4d | [log] [tgz] |
---|---|---|
author | Nikita Sobolev <mail@sobolevn.me> | Sat Jun 10 00:48:54 2023 +0300 |
committer | GitHub <noreply@github.com> | Fri Jun 09 21:48:54 2023 +0000 |
tree | e84eafcfc64ad4a79570f5a9a31e27cdac68c8eb | |
parent | 91441bf7cbaefbd328ee7efa59a06e661f61542e [diff] |
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>