Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a79e36 commit b3bfa7fCopy full SHA for b3bfa7f
1 file changed
PC/os2emx/python23.def
@@ -334,6 +334,7 @@ EXPORTS
334
"PyList_Reverse"
335
"PyList_AsTuple"
336
"PyList_Type"
337
+ "PyListIter_Type"
338
339
; From python23_s.lib(longobject)
340
"_PyLong_New"
@@ -465,6 +466,7 @@ EXPORTS
465
466
"PyString_Fini"
467
"_Py_ReleaseInternedStrings"
468
"PyString_Type"
469
+ "PyBaseString_Type"
470
471
; From python23_s.lib(structseq)
472
"PyStructSequence_New"
@@ -615,6 +617,7 @@ EXPORTS
615
617
"PyExc_Warning"
616
618
"PyExc_UserWarning"
619
"PyExc_DeprecationWarning"
620
+ "PyExc_PendingDeprecationWarning"
621
"PyExc_SyntaxWarning"
622
"PyExc_OverflowWarning"
623
"PyExc_RuntimeWarning"
@@ -941,6 +944,3 @@ EXPORTS
941
944
942
945
; From python23_s.lib(threadmodule)
943
946
; "initthread"
-
-; From python23_s.lib(_sre)
-; "init_sre"
0 commit comments