mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Issue #15150: regenerate python3stub.def.
This commit is contained in:
parent
2c30ee1bd8
commit
1641cea02b
2 changed files with 3 additions and 1 deletions
|
@ -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
|
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
|
||||||
|
|
||||||
$(OutDir)python33stub.lib: python33stub.def
|
$(OutDir)python33stub.lib: python33stub.def
|
||||||
|
|
|
@ -471,6 +471,8 @@ PySlice_New
|
||||||
PySlice_Type
|
PySlice_Type
|
||||||
PySortWrapper_Type
|
PySortWrapper_Type
|
||||||
PyState_FindModule
|
PyState_FindModule
|
||||||
|
PyState_AddModule
|
||||||
|
PyState_RemoveModule
|
||||||
PyStructSequence_GetItem
|
PyStructSequence_GetItem
|
||||||
PyStructSequence_New
|
PyStructSequence_New
|
||||||
PyStructSequence_NewType
|
PyStructSequence_NewType
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue