File tree Expand file tree Collapse file tree 5 files changed +6
-445
lines changed Expand file tree Collapse file tree 5 files changed +6
-445
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+
1
2
// Auto-generated by geninterop.py.
2
- // DO NOT MODIFIY BY HAND.
3
+ // DO NOT MODIFY BY HAND.
3
4
4
5
5
- #if PYTHON35
6
+ #if ! PYTHON2
6
7
using System ;
7
8
using System . Collections ;
8
9
using System . Collections . Specialized ;
@@ -39,7 +40,7 @@ public static int magic()
39
40
public static int tp_basicsize = 0 ;
40
41
public static int tp_itemsize = 0 ;
41
42
public static int tp_dealloc = 0 ;
42
- public static int tp_print = 0 ;
43
+ public static int tp_vectorcall_offset = 0 ;
43
44
public static int tp_getattr = 0 ;
44
45
public static int tp_setattr = 0 ;
45
46
public static int tp_as_async = 0 ;
@@ -82,6 +83,8 @@ public static int magic()
82
83
public static int tp_del = 0 ;
83
84
public static int tp_version_tag = 0 ;
84
85
public static int tp_finalize = 0 ;
86
+ public static int tp_vectorcall = 0 ;
87
+ public static int tp_print = 0 ;
85
88
public static int am_await = 0 ;
86
89
public static int am_aiter = 0 ;
87
90
public static int am_anext = 0 ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments