Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb07d1ca

Browse files
committed
Remove PyObject_GC_New
1 parent4f6da17 commitb07d1ca

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
internalstaticextern IntPtr _PyObject_GetDictPtr(IntPtr obj);
17861786

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp