summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/typeobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c
index 849840c..71d22f3 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);
}
}