File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -266,18 +266,18 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
266
266
PyAPI_FUNC (PyObject * ) PyObject_Call (PyObject * callable_object ,
267
267
PyObject * args , PyObject * kw );
268
268
269
- #ifndef Py_LIMITED_API
270
- PyAPI_FUNC (PyObject * ) _Py_CheckFunctionResult (PyObject * func ,
271
- PyObject * result ,
272
- const char * where );
273
- #endif
274
-
275
269
/*
276
270
Call a callable Python object, callable_object, with
277
271
arguments and keywords arguments. The 'args' argument can not be
278
272
NULL, but the 'kw' argument can be NULL.
279
273
*/
280
274
275
+ #ifndef Py_LIMITED_API
276
+ PyAPI_FUNC (PyObject * ) _Py_CheckFunctionResult (PyObject * func ,
277
+ PyObject * result ,
278
+ const char * where );
279
+ #endif
280
+
281
281
PyAPI_FUNC (PyObject * ) PyObject_CallObject (PyObject * callable_object ,
282
282
PyObject * args );
283
283
You can’t perform that action at this time.
0 commit comments