Skip to content

Commit a97a776

Browse files
committed
Back out overzealous line deletion!
1 parent 66d31bb commit a97a776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/constructorbinding.cs

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public static IntPtr tp_descr_get(IntPtr op, IntPtr instance, IntPtr owner)
7575
return Exceptions.RaiseTypeError("How in the world could that happen!");
7676
}
7777
}*/
78+
Runtime.XIncref(self.pyHandle);
7879
return self.pyHandle;
7980
}
8081

0 commit comments

Comments
 (0)