mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
gh-122759: Remove assert
from RERAISE
error handling (#122760)
This commit is contained in:
parent
76bdeebef6
commit
61a8bf2853
2 changed files with 0 additions and 2 deletions
1
Python/generated_cases.c.h
generated
1
Python/generated_cases.c.h
generated
|
@ -5875,7 +5875,6 @@
|
|||
assert(!_PyErr_Occurred(tstate));
|
||||
}
|
||||
else {
|
||||
assert(PyLong_Check(lasti));
|
||||
_PyErr_SetString(tstate, PyExc_SystemError, "lasti is not an int");
|
||||
goto error;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue