Skip to content

Commit

Permalink
refresh to pick up recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew MacIntyre committed Jun 10, 2002
1 parent 4a79e36 commit b3bfa7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PC/os2emx/python23.def
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ EXPORTS
"PyList_Reverse"
"PyList_AsTuple"
"PyList_Type"
"PyListIter_Type"

; From python23_s.lib(longobject)
"_PyLong_New"
Expand Down Expand Up @@ -465,6 +466,7 @@ EXPORTS
"PyString_Fini"
"_Py_ReleaseInternedStrings"
"PyString_Type"
"PyBaseString_Type"

; From python23_s.lib(structseq)
"PyStructSequence_New"
Expand Down Expand Up @@ -615,6 +617,7 @@ EXPORTS
"PyExc_Warning"
"PyExc_UserWarning"
"PyExc_DeprecationWarning"
"PyExc_PendingDeprecationWarning"
"PyExc_SyntaxWarning"
"PyExc_OverflowWarning"
"PyExc_RuntimeWarning"
Expand Down Expand Up @@ -941,6 +944,3 @@ EXPORTS

; From python23_s.lib(threadmodule)
; "initthread"

; From python23_s.lib(_sre)
; "init_sre"

0 comments on commit b3bfa7f

Please sign in to comment.