Commit eca2549
authored
bpo-41336: Fix the error handling in zoneinfo_new_instance() (pythonGH-21546)
Do not call PyObject_CallMethod() with a live exception (like
KeyboardInterrupt).1 parent f9bf015 commit eca2549
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
227 | 229 | | |
228 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
229 | 235 | | |
230 | 236 | | |
231 | 237 | | |
| |||
0 commit comments