diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 849840c8cf0..71d22f3534d 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -2024,7 +2024,6 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base) COPYSLOT(tp_init); COPYSLOT(tp_alloc); COPYSLOT(tp_free); - COPYSLOT(tp_new); COPYSLOT(tp_is_gc); } }