mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Issue #24254: Drop cls.__definition_order__.
This commit is contained in:
parent
7f730cf01d
commit
4f29e75289
16 changed files with 193 additions and 533 deletions
|
|
@ -421,8 +421,6 @@ typedef struct _typeobject {
|
|||
|
||||
destructor tp_finalize;
|
||||
|
||||
PyObject *tp_deforder;
|
||||
|
||||
#ifdef COUNT_ALLOCS
|
||||
/* these must be last and never explicitly initialized */
|
||||
Py_ssize_t tp_allocs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue