8000 Fix define for interop2, add comment on interop3 · sabeelcoder/pythonnet@41577fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 41577fc

Browse files
committed
Fix define for interop2, add comment on interop3
1 parent 5753d38 commit 41577fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Python.Runtime/interop/interop2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DO NOT MODIFIY BY HAND.
33

44

5-
#if PYTHON27
5+
#if PYTHON2
66
using System;
77
using System.Collections;
88
using System.Collections.Specialized;

Python.Runtime/interop/interop3.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
#if !PYTHON2
7+
// TODO: Need new dynamic version of this from Python 3.8 onwards
78
using System;
89
using System.Collections;
910
using System.Collections.Specialized;

0 commit comments

Comments
 (0)
0