mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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();
|
DISPATCH();
|
||||||
|
|
||||||
if (_Py_HandlePending(tstate) != 0) {
|
|
||||||
goto error;
|
|
||||||
}
|
|
||||||
DISPATCH();
|
|
||||||
|
|
||||||
{
|
{
|
||||||
/* Start instructions */
|
/* Start instructions */
|
||||||
#if !USE_COMPUTED_GOTOS
|
#if !USE_COMPUTED_GOTOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue