mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #11134: Add missing fields to typeslots.h.
Reviewed by Georg Brandl.
This commit is contained in:
parent
6916806443
commit
cc7e23ac15
3 changed files with 8 additions and 0 deletions
|
|
@ -70,3 +70,6 @@ offsetof(PyHeapTypeObject, ht_type.tp_setattr),
|
|||
offsetof(PyHeapTypeObject, ht_type.tp_setattro),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_str),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_traverse),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_members),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_getset),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_free),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue