Skip to content

Commit

Permalink
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryhastings committed Feb 10, 2014
1 parent ad88d7a commit 71d4e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions PC/python3.def
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ EXPORTS
PyType_GenericAlloc=python34.PyType_GenericAlloc
PyType_GenericNew=python34.PyType_GenericNew
PyType_GetFlags=python34.PyType_GetFlags
PyType_GetSlot=python34.PyType_GetSlot
PyType_IsSubtype=python34.PyType_IsSubtype
PyType_Modified=python34.PyType_Modified
PyType_Ready=python34.PyType_Ready
Expand Down
1 change: 1 addition & 0 deletions PC/python34stub.def
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ PyType_FromSpecWithBases
PyType_GenericAlloc
PyType_GenericNew
PyType_GetFlags
PyType_GetSlot
PyType_IsSubtype
PyType_Modified
PyType_Ready
Expand Down

0 comments on commit 71d4e44

Please sign in to comment.