diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-06-10 08:05:26 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-06-10 08:05:26 (GMT) |
commit | b3bfa7f9dc3f0da7f651a4f93a74e878588cc861 (patch) | |
tree | 2a9fe323a7b02966eceac691ebff5ffaa2e921c8 /PC | |
parent | 4a79e360181a04ce1ac9644aa23c15d7c8a25e82 (diff) | |
download | cpython-b3bfa7f9dc3f0da7f651a4f93a74e878588cc861.zip cpython-b3bfa7f9dc3f0da7f651a4f93a74e878588cc861.tar.gz cpython-b3bfa7f9dc3f0da7f651a4f93a74e878588cc861.tar.bz2 |
refresh to pick up recent changes
Diffstat (limited to 'PC')
-rw-r--r-- | PC/os2emx/python23.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/os2emx/python23.def b/PC/os2emx/python23.def index ed1939f..cc6eb89 100644 --- a/PC/os2emx/python23.def +++ b/PC/os2emx/python23.def @@ -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" |