summaryrefslogtreecommitdiff
path: root/Include/typeslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/typeslots.h')
-rw-r--r--Include/typeslots.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h
index ad3cdfb19a..da2e87cb71 100644
--- a/Include/typeslots.h
+++ b/Include/typeslots.h
@@ -74,3 +74,5 @@
#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