You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-41336: Fix the error handling in zoneinfo_new_instance() (pythonGH-21546)
Do not call PyObject_CallMethod() with a live exception (like
KeyboardInterrupt).
(cherry picked from commit eca2549)
Co-authored-by: Zackery Spytz <[email protected]>
0 commit comments