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

Skip to content

Commit c8498dc

Browse files
committed
Add PyErr_PrintEx and PySequence_Contains.
1 parent 0dabace commit c8498dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ EXPORTS
105105
PyErr_NoMemory
106106
PyErr_Occurred
107107
PyErr_Print
108+
PyErr_PrintEx
108109
PyErr_Restore
109110
PyErr_SetFromErrno
110111
PyErr_SetInterrupt
@@ -279,6 +280,7 @@ EXPORTS
279280
PyRun_String
280281
PySequence_Check
281282
PySequence_Concat
283+
PySequence_Contains
282284
PySequence_Count
283285
PySequence_DelItem
284286
PySequence_DelSlice

0 commit comments

Comments
 (0)