We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5753d38 commit 41577fcCopy full SHA for 41577fc
Python.Runtime/interop/interop2.cs
@@ -2,7 +2,7 @@
2
// DO NOT MODIFIY BY HAND.
3
4
5
-#if PYTHON27
+#if PYTHON2
6
using System;
7
using System.Collections;
8
using System.Collections.Specialized;
Python.Runtime/interop/interop3.cs
@@ -4,6 +4,7 @@
#if !PYTHON2
+// TODO: Need new dynamic version of this from Python 3.8 onwards
9
10
0 commit comments