summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-02-11 20:50:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-02-11 20:50:24 (GMT)
commitcc7e23ac15a895770c93fde6145da61570f34e68 (patch)
treece7cd3bab5f690b4ec5d5856a18f5f796fa3b8a4 /Include
parent691680644351924a4c5d0bee445e52b1d7e0cf97 (diff)
downloadcpython-cc7e23ac15a895770c93fde6145da61570f34e68.zip
cpython-cc7e23ac15a895770c93fde6145da61570f34e68.tar.gz
cpython-cc7e23ac15a895770c93fde6145da61570f34e68.tar.bz2
Issue #11134: Add missing fields to typeslots.h.
Reviewed by Georg Brandl.
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