mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
This commit is contained in:
parent
cf6c0ea29c
commit
22a67707e9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue