mirror of https://github.com/python/cpython.git
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
This commit is contained in:
parent
cf6c0ea29c
commit
22a67707e9
|
@ -58,7 +58,7 @@ EXPORTS
|
|||
PyFrame_Type DATA
|
||||
PyRange_Type DATA
|
||||
PyComplex_Type DATA
|
||||
_Py_EllipsesObject DATA
|
||||
_Py_EllipsisObject DATA
|
||||
PySlice_Type DATA
|
||||
|
||||
_PyObject_New
|
||||
|
@ -189,6 +189,7 @@ EXPORTS
|
|||
PyNode_Compile
|
||||
PyCode_New
|
||||
PyEval_CallObject
|
||||
PyEval_CallObjectWithKeywords
|
||||
PyEval_EvalCode
|
||||
Py_FlushLine
|
||||
PyEval_GetBuiltins
|
||||
|
|
Loading…
Reference in New Issue