Skip to content

Commit b07d1ca

Browse files
committed
Remove PyObject_GC_New
1 parent 4f6da17 commit b07d1ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/runtime/runtime.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,9 +1784,6 @@ internal static IntPtr PyType_GenericAlloc(IntPtr type, long n)
17841784
[DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl)]
17851785
internal static extern IntPtr _PyObject_GetDictPtr(IntPtr obj);
17861786

1787-
[DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl, EntryPoint = "_PyObject_GC_New")]
1788-
internal static extern IntPtr PyObject_GC_New(IntPtr tp);
1789-
17901787
[DllImport(_PythonDll, CallingConvention = CallingConvention.Cdecl)]
17911788
internal static extern void PyObject_GC_Del(IntPtr tp);
17921789

0 commit comments

Comments
 (0)