Commit 9e9b30e5 authored by Andrew MacIntyre's avatar Andrew MacIntyre

refresh to pick up recent changes

parent da5d0680
......@@ -334,6 +334,7 @@ EXPORTS
"PyList_Reverse"
"PyList_AsTuple"
"PyList_Type"
"PyListIter_Type"
; From python23_s.lib(longobject)
"_PyLong_New"
......@@ -465,6 +466,7 @@ EXPORTS
"PyString_Fini"
"_Py_ReleaseInternedStrings"
"PyString_Type"
"PyBaseString_Type"
; From python23_s.lib(structseq)
"PyStructSequence_New"
......@@ -615,6 +617,7 @@ EXPORTS
"PyExc_Warning"
"PyExc_UserWarning"
"PyExc_DeprecationWarning"
"PyExc_PendingDeprecationWarning"
"PyExc_SyntaxWarning"
"PyExc_OverflowWarning"
"PyExc_RuntimeWarning"
......@@ -941,6 +944,3 @@ EXPORTS
; From python23_s.lib(threadmodule)
; "initthread"
; From python23_s.lib(_sre)
; "init_sre"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment