mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Delete dead ceval code. (gh-106486)
This commit is contained in:
parent
b3648f036e
commit
a8554588ba
1 changed files with 0 additions and 5 deletions
|
@ -763,11 +763,6 @@ resume_frame:
|
|||
|
||||
DISPATCH();
|
||||
|
||||
if (_Py_HandlePending(tstate) != 0) {
|
||||
goto error;
|
||||
}
|
||||
DISPATCH();
|
||||
|
||||
{
|
||||
/* Start instructions */
|
||||
#if !USE_COMPUTED_GOTOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue