Skip to content
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

[3.9] bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546) #21563

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 20, 2020

Do not call PyObject_CallMethod() with a live exception (like
KeyboardInterrupt).
(cherry picked from commit eca2549)

Co-authored-by: Zackery Spytz [email protected]

https://bugs.python.org/issue41336

…H-21546)

Do not call PyObject_CallMethod() with a live exception (like
KeyboardInterrupt).
(cherry picked from commit eca2549)

Co-authored-by: Zackery Spytz <[email protected]>
@miss-islington
Copy link
Contributor Author

@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit add7cfc into python:3.9 Jul 20, 2020
@miss-islington miss-islington deleted the backport-eca2549-3.9 branch July 20, 2020 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants