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 4f6da17 commit b07d1caCopy full SHA for b07d1ca
src/runtime/runtime.cs
@@ -1784,9 +1784,6 @@ internal static IntPtr PyType_GenericAlloc(IntPtr type, long n)
1784
[DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl)]
1785
internal static extern IntPtr _PyObject_GetDictPtr(IntPtr obj);
1786
1787
- [DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl, EntryPoint = "_PyObject_GC_New")]
1788
- internal static extern IntPtr PyObject_GC_New(IntPtr tp);
1789
-
1790
1791
internal static extern void PyObject_GC_Del(IntPtr tp);
1792
0 commit comments