Skip to content

Commit e43b21a

Browse files
author
denfromufa
committed
Update interop.cs
1 parent 0cbab89 commit e43b21a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/runtime/interop.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ public static int magic() {
201201
public static int tp_setattr = 0;
202202

203203
#if (PYTHON35)
204-
public static int tp_as_async = 0;
205-
#else if (PYTHON32 || PYTHON33 || PYTHON34)
204+
public static int tp_as_async = 0;
205+
#endif
206+
#if (PYTHON32 || PYTHON33 || PYTHON34)
206207
public static int tp_reserved = 0;
207208
#else
208209
public static int tp_compare = 0;

0 commit comments

Comments
 (0)