Thanks to visit codestin.com Credit goes to github.com
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 2c30ee1 commit 1641ceaCopy full SHA for 1641cea
2 files changed
PC/python3.mak
@@ -1,4 +1,4 @@
1
-$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib
+$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib
2
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
3
4
$(OutDir)python33stub.lib: python33stub.def
PC/python33stub.def
@@ -471,6 +471,8 @@ PySlice_New
471
PySlice_Type
472
PySortWrapper_Type
473
PyState_FindModule
474
+PyState_AddModule
475
+PyState_RemoveModule
476
PyStructSequence_GetItem
477
PyStructSequence_New
478
PyStructSequence_NewType
0 commit comments