Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1641cea

Browse files
committed
Issue #15150: regenerate python3stub.def.
1 parent 2c30ee1 commit 1641cea

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

PC/python3.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(OutDir)python3.dll: python3.def $(OutDir)python32stub.lib
1+
$(OutDir)python3.dll: python3.def $(OutDir)python33stub.lib
22
cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
33

44
$(OutDir)python33stub.lib: python33stub.def

PC/python33stub.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ PySlice_New
471471
PySlice_Type
472472
PySortWrapper_Type
473473
PyState_FindModule
474+
PyState_AddModule
475+
PyState_RemoveModule
474476
PyStructSequence_GetItem
475477
PyStructSequence_New
476478
PyStructSequence_NewType

0 commit comments

Comments
 (0)