summaryrefslogtreecommitdiff
path: root/Include/typeslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/typeslots.h')
-rw-r--r--Include/typeslots.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h
index ad3cdfb19a..0ce6a377dc 100644
--- a/Include/typeslots.h
+++ b/Include/typeslots.h
@@ -74,3 +74,12 @@
#define Py_tp_members 72
#define Py_tp_getset 73
#define Py_tp_free 74
+#define Py_nb_matrix_multiply 75
+#define Py_nb_inplace_matrix_multiply 76
+#define Py_am_await 77
+#define Py_am_aiter 78
+#define Py_am_anext 79
+#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03050000
+/* New in 3.5 */
+#define Py_tp_finalize 80
+#endif