mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #24254: Preserve class attribute definition order.
This commit is contained in:
parent
4565986138
commit
92a6c170e6
18 changed files with 568 additions and 189 deletions
|
|
@ -421,6 +421,8 @@ 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