We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d31bb commit a97a776Copy full SHA for a97a776
src/runtime/constructorbinding.cs
@@ -75,6 +75,7 @@ public static IntPtr tp_descr_get(IntPtr op, IntPtr instance, IntPtr owner)
75
return Exceptions.RaiseTypeError("How in the world could that happen!");
76
}
77
}*/
78
+ Runtime.XIncref(self.pyHandle);
79
return self.pyHandle;
80
81
0 commit comments