diff options
Diffstat (limited to 'PC/python3dll.c')
-rwxr-xr-x | PC/python3dll.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c index 378669c..0ebb56e 100755 --- a/PC/python3dll.c +++ b/PC/python3dll.c @@ -37,10 +37,6 @@ EXPORT_FUNC(_PyObject_NewVar) EXPORT_FUNC(_PyState_AddModule) EXPORT_FUNC(_PyThreadState_Init) EXPORT_FUNC(_PyThreadState_Prealloc) -EXPORT_FUNC(_PyTrash_deposit_object) -EXPORT_FUNC(_PyTrash_destroy_chain) -EXPORT_FUNC(_PyTrash_thread_deposit_object) -EXPORT_FUNC(_PyTrash_thread_destroy_chain) EXPORT_FUNC(Py_AddPendingCall) EXPORT_FUNC(Py_AtExit) EXPORT_FUNC(Py_BuildValue) |