diff options
Diffstat (limited to 'Include/typeslots.h')
-rw-r--r-- | Include/typeslots.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h index da2e87c..f56749d 100644 --- a/Include/typeslots.h +++ b/Include/typeslots.h @@ -76,3 +76,6 @@ #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 |