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

Skip to content

Commit b3bfa7f

Browse files
author
Andrew MacIntyre
committed
refresh to pick up recent changes
1 parent 4a79e36 commit b3bfa7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PC/os2emx/python23.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ EXPORTS
334334
"PyList_Reverse"
335335
"PyList_AsTuple"
336336
"PyList_Type"
337+
"PyListIter_Type"
337338

338339
; From python23_s.lib(longobject)
339340
"_PyLong_New"
@@ -465,6 +466,7 @@ EXPORTS
465466
"PyString_Fini"
466467
"_Py_ReleaseInternedStrings"
467468
"PyString_Type"
469+
"PyBaseString_Type"
468470

469471
; From python23_s.lib(structseq)
470472
"PyStructSequence_New"
@@ -615,6 +617,7 @@ EXPORTS
615617
"PyExc_Warning"
616618
"PyExc_UserWarning"
617619
"PyExc_DeprecationWarning"
620+
"PyExc_PendingDeprecationWarning"
618621
"PyExc_SyntaxWarning"
619622
"PyExc_OverflowWarning"
620623
"PyExc_RuntimeWarning"
@@ -941,6 +944,3 @@ EXPORTS
941944

942945
; From python23_s.lib(threadmodule)
943946
; "initthread"
944-
945-
; From python23_s.lib(_sre)
946-
; "init_sre"

0 commit comments

Comments
 (0)