mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
refresh to pick up recent changes
This commit is contained in:
parent
4a79e36018
commit
b3bfa7f9dc
1 changed files with 3 additions and 3 deletions
|
|
@ -334,6 +334,7 @@ EXPORTS
|
||||||
"PyList_Reverse"
|
"PyList_Reverse"
|
||||||
"PyList_AsTuple"
|
"PyList_AsTuple"
|
||||||
"PyList_Type"
|
"PyList_Type"
|
||||||
|
"PyListIter_Type"
|
||||||
|
|
||||||
; From python23_s.lib(longobject)
|
; From python23_s.lib(longobject)
|
||||||
"_PyLong_New"
|
"_PyLong_New"
|
||||||
|
|
@ -465,6 +466,7 @@ EXPORTS
|
||||||
"PyString_Fini"
|
"PyString_Fini"
|
||||||
"_Py_ReleaseInternedStrings"
|
"_Py_ReleaseInternedStrings"
|
||||||
"PyString_Type"
|
"PyString_Type"
|
||||||
|
"PyBaseString_Type"
|
||||||
|
|
||||||
; From python23_s.lib(structseq)
|
; From python23_s.lib(structseq)
|
||||||
"PyStructSequence_New"
|
"PyStructSequence_New"
|
||||||
|
|
@ -615,6 +617,7 @@ EXPORTS
|
||||||
"PyExc_Warning"
|
"PyExc_Warning"
|
||||||
"PyExc_UserWarning"
|
"PyExc_UserWarning"
|
||||||
"PyExc_DeprecationWarning"
|
"PyExc_DeprecationWarning"
|
||||||
|
"PyExc_PendingDeprecationWarning"
|
||||||
"PyExc_SyntaxWarning"
|
"PyExc_SyntaxWarning"
|
||||||
"PyExc_OverflowWarning"
|
"PyExc_OverflowWarning"
|
||||||
"PyExc_RuntimeWarning"
|
"PyExc_RuntimeWarning"
|
||||||
|
|
@ -941,6 +944,3 @@ EXPORTS
|
||||||
|
|
||||||
; From python23_s.lib(threadmodule)
|
; From python23_s.lib(threadmodule)
|
||||||
; "initthread"
|
; "initthread"
|
||||||
|
|
||||||
; From python23_s.lib(_sre)
|
|
||||||
; "init_sre"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue