Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e933e79

Browse files
committed
Remove unneeded additional interop files
1 parent 8aba5fc commit e933e79

File tree

5 files changed

+6
-445
lines changed

5 files changed

+6
-445
lines changed
File renamed without changes.

Python.Runtime/interop35.cs renamed to Python.Runtime/interop/interop3.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
12
// Auto-generated by geninterop.py.
2-
// DO NOT MODIFIY BY HAND.
3+
// DO NOT MODIFY BY HAND.
34

45

5-
#if PYTHON35
6+
#if !PYTHON2
67
using System;
78
using System.Collections;
89
using System.Collections.Specialized;
@@ -39,7 +40,7 @@ public static int magic()
3940
public static int tp_basicsize = 0;
4041
public static int tp_itemsize = 0;
4142
public static int tp_dealloc = 0;
42-
public static int tp_print = 0;
43+
public static int tp_vectorcall_offset = 0;
4344
public static int tp_getattr = 0;
4445
public static int tp_setattr = 0;
4546
public static int tp_as_async = 0;
@@ -82,6 +83,8 @@ public static int magic()
8283
public static int tp_del = 0;
8384
public static int tp_version_tag = 0;
8485
public static int tp_finalize = 0;
86+
public static int tp_vectorcall = 0;
87+
public static int tp_print = 0;
8588
public static int am_await = 0;
8689
public static int am_aiter = 0;
8790
public static int am_anext = 0;

Python.Runtime/interop34.cs

Lines changed: 0 additions & 144 deletions
This file was deleted.

Python.Runtime/interop36.cs

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)