Skip to content

Commit ef64777

Browse files
committed
stupid testing
1 parent 83652a3 commit ef64777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Objects/typeobject.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11191,7 +11191,6 @@ update_one_slot(PyTypeObject *type, pytype_slotdef *p)
1119111191
else {
1119211192
generic = p->function;
1119311193
}
11194-
generic = p->function;
1119511194
if (p->function == slot_tp_call) {
1119611195
/* A generic __call__ is incompatible with vectorcall */
1119711196
type_clear_flags(type, Py_TPFLAGS_HAVE_VECTORCALL);

0 commit comments

Comments
 (0)