diff options
Diffstat (limited to 'Objects/typeslots.inc')
-rw-r--r-- | Objects/typeslots.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/typeslots.inc b/Objects/typeslots.inc index f197c3f5023..642160fe0bd 100644 --- a/Objects/typeslots.inc +++ b/Objects/typeslots.inc @@ -82,4 +82,3 @@ {offsetof(PyAsyncMethods, am_send), offsetof(PyTypeObject, tp_as_async)}, {-1, offsetof(PyTypeObject, tp_vectorcall)}, {-1, offsetof(PyHeapTypeObject, ht_token)}, -{-1, offsetof(PyTypeObject, tp_binop_specialize)}, |