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

Skip to content

Commit 71d4e44

Browse files
committed
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
1 parent ad88d7a commit 71d4e44

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

PC/python3.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ EXPORTS
519519
PyType_GenericAlloc=python34.PyType_GenericAlloc
520520
PyType_GenericNew=python34.PyType_GenericNew
521521
PyType_GetFlags=python34.PyType_GetFlags
522+
PyType_GetSlot=python34.PyType_GetSlot
522523
PyType_IsSubtype=python34.PyType_IsSubtype
523524
PyType_Modified=python34.PyType_Modified
524525
PyType_Ready=python34.PyType_Ready

PC/python34stub.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ PyType_FromSpecWithBases
518518
PyType_GenericAlloc
519519
PyType_GenericNew
520520
PyType_GetFlags
521+
PyType_GetSlot
521522
PyType_IsSubtype
522523
PyType_Modified
523524
PyType_Ready

0 commit comments

Comments
 (0)