gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157)
This commit is contained in:
2
Python/generated_cases.c.h
generated
2
Python/generated_cases.c.h
generated
@@ -2591,7 +2591,7 @@
|
||||
if (match == NULL) goto pop_2_error;
|
||||
|
||||
if (!Py_IsNone(match)) {
|
||||
PyErr_SetExcInfo(NULL, Py_NewRef(match), NULL);
|
||||
PyErr_SetHandledException(match);
|
||||
}
|
||||
#line 2597 "Python/generated_cases.c.h"
|
||||
stack_pointer[-1] = match;
|
||||
|
||||
Reference in New Issue
Block a user