New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-105375: Improve error handling in zoneinfo
module
#105586
Conversation
Misc/NEWS.d/next/Library/2023-06-09-21-11-28.gh-issue-105375.4Mxn7t.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <erlend.aasland@protonmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
GH-105612 is a backport of this pull request to the 3.12 branch. |
GH-105613 is a backport of this pull request to the 3.11 branch. |
I was only able to find one more case of the problem described in the original issue.