Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unneeded additional interop files
  • Loading branch information
filmor committed Dec 14, 2019
commit e933e7968c8e8033c2d84f18e2edff4acaef0c6c
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

// Auto-generated by geninterop.py.
// DO NOT MODIFIY BY HAND.
// DO NOT MODIFY BY HAND.


#if PYTHON35
#if !PYTHON2
using System;
using System.Collections;
using System.Collections.Specialized;
Expand Down Expand Up @@ -39,7 +40,7 @@ public static int magic()
public static int tp_basicsize = 0;
public static int tp_itemsize = 0;
public static int tp_dealloc = 0;
public static int tp_print = 0;
public static int tp_vectorcall_offset = 0;
public static int tp_getattr = 0;
public static int tp_setattr = 0;
public static int tp_as_async = 0;
Expand Down Expand Up @@ -82,6 +83,8 @@ public static int magic()
public static int tp_del = 0;
public static int tp_version_tag = 0;
public static int tp_finalize = 0;
public static int tp_vectorcall = 0;
public static int tp_print = 0;
public static int am_await = 0;
public static int am_aiter = 0;
public static int am_anext = 0;
Expand Down
144 changes: 0 additions & 144 deletions Python.Runtime/interop34.cs

This file was deleted.

149 changes: 0 additions & 149 deletions Python.Runtime/interop36.cs

This file was deleted.

Loading