Skip to content

Commit e10de14

Browse files
mark it no inline
1 parent 43322c1 commit e10de14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ _Py_BuiltinCallFastWithKeywords_StackRefSteal(
871871
return res;
872872
}
873873

874-
PyObject *
874+
Py_NO_INLINE PyObject *
875875
_PyCallMethodDescriptorO_StackRef(
876876
_PyStackRef callable,
877877
PyCFunction cfunc,

0 commit comments

Comments
 (0)