Issue #15150: regenerate python3stub.def.
This commit is contained in:
parent
2c30ee1bd8
commit
1641cea02b
|
@ -1,4 +1,4 @@
|
|||
$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib
|
||||
$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib
|
||||
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||
|
||||
$(OutDir)python33stub.lib: python33stub.def
|
||||
|
|
|
@ -471,6 +471,8 @@ PySlice_New
|
|||
PySlice_Type
|
||||
PySortWrapper_Type
|
||||
PyState_FindModule
|
||||
PyState_AddModule
|
||||
PyState_RemoveModule
|
||||
PyStructSequence_GetItem
|
||||
PyStructSequence_New
|
||||
PyStructSequence_NewType
|
||||
|
|
Loading…
Reference in New Issue