Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22a6770

Browse files
committed
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
1 parent cf6c0ea commit 22a6770

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PC/python_nt.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ EXPORTS
5858
PyFrame_Type DATA
5959
PyRange_Type DATA
6060
PyComplex_Type DATA
61-
_Py_EllipsesObject DATA
61+
_Py_EllipsisObject DATA
6262
PySlice_Type DATA
6363

6464
_PyObject_New
@@ -189,6 +189,7 @@ EXPORTS
189189
PyNode_Compile
190190
PyCode_New
191191
PyEval_CallObject
192+
PyEval_CallObjectWithKeywords
192193
PyEval_EvalCode
193194
Py_FlushLine
194195
PyEval_GetBuiltins

0 commit comments

Comments
 (0)