File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,6 +268,12 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
268268 PyAPI_FUNC (PyObject * ) PyObject_Call (PyObject * callable_object ,
269269 PyObject * args , PyObject * kwargs );
270270
271+ /*
272+ Call a callable Python object, callable_object, with
273+ arguments and keywords arguments. The 'args' argument can not be
274+ NULL.
275+ */
276+
271277#ifndef Py_LIMITED_API
272278 PyAPI_FUNC (PyObject * ) _PyStack_AsTuple (
273279 PyObject * * stack ,
@@ -349,12 +355,6 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
349355 const char * where );
350356#endif /* Py_LIMITED_API */
351357
352- /*
353- Call a callable Python object, callable_object, with
354- arguments and keywords arguments. The 'args' argument can not be
355- NULL.
356- */
357-
358358 PyAPI_FUNC (PyObject * ) PyObject_CallObject (PyObject * callable_object ,
359359 PyObject * args );
360360
You can’t perform that action at this time.
0 commit comments