mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -71,3 +71,6 @@
|
|||
#define Py_tp_setattro 69
|
||||
#define Py_tp_str 70
|
||||
#define Py_tp_traverse 71
|
||||
#define Py_tp_members 72
|
||||
#define Py_tp_getset 73
|
||||
#define Py_tp_free 74
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue