gh-105375: Improve error handling in zoneinfo module#105586
gh-105375: Improve error handling in zoneinfo module#105586erlend-aasland merged 8 commits intopython:mainfrom
zoneinfo module#105586Conversation
Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst
Outdated
Show resolved
Hide resolved
erlend-aasland
left a comment
There was a problem hiding this comment.
Please revert the PyMem_Malloc change; that API does not set an exception so it is out of scope for this issue.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
…Mxn7t.rst Co-authored-by: Erlend E. Aasland <[email protected]>
sobolevn
left a comment
There was a problem hiding this comment.
Wow, I need to go to sleep with this many errors in such a tiny PR :)
|
Thanks a lot for your patience! 👍 |
Likewise, and thanks for the PR! :) |
|
Thanks @sobolevn for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…H-105586) Fix bugs where exceptions could end up being overwritten because of deferred error handling. (cherry picked from commit 33c92c4) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
|
GH-105612 is a backport of this pull request to the 3.12 branch. |
…H-105586) Fix bugs where exceptions could end up being overwritten because of deferred error handling. (cherry picked from commit 33c92c4) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
|
GH-105613 is a backport of this pull request to the 3.11 branch. |
) (#105613) Fix bugs where exceptions could end up being overwritten because of deferred error handling. (cherry picked from commit 33c92c4) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
) (#105612) Fix bugs where exceptions could end up being overwritten because of deferred error handling. (cherry picked from commit 33c92c4) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
I was only able to find one more case of the problem described in the original issue.