summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/typeslots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h
index 9be8ecd..ad3cdfb 100644
--- a/Include/typeslots.h
+++ b/Include/typeslots.h
@@ -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