Skip to content

Commit 1570b41

Browse files
Update Python/bytecodes.c
Co-authored-by: Brandt Bucher <[email protected]>
1 parent 621ae05 commit 1570b41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4418,7 +4418,6 @@ dummy_func(
44184418
assert(oparg == 1);
44194419
PyObject *self_o = PyStackRef_AsPyObjectBorrow(self);
44204420

4421-
DEOPT_IF(self_o == NULL);
44224421
DEOPT_IF(!PyList_CheckExact(self_o));
44234422
DEOPT_IF(!LOCK_OBJECT(self_o));
44244423
STAT_INC(CALL, hit);

0 commit comments

Comments
 (0)