diff options
Diffstat (limited to 'Include/typeslots.h')
-rw-r--r-- | Include/typeslots.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/typeslots.h b/Include/typeslots.h index 64f6fff5144..5800d0158bc 100644 --- a/Include/typeslots.h +++ b/Include/typeslots.h @@ -88,3 +88,7 @@ /* New in 3.5 */ #define Py_tp_finalize 80 #endif +#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030A0000 +/* New in 3.10 */ +#define Py_am_send 81 +#endif |