Commit 6b8ab74c authored by Guido van Rossum's avatar Guido van Rossum

Don't inherit tp_new! This is a retraction of half of the previous

checkin.  And since that one was, this one is also a:

Bugfix candidate.
parent d1bfe5e5
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment