mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
d1bfe5e5fd
commit
6b8ab74c8a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue