Searched refs:PyCFunction_New (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | methodobject.h | 47 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *); 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
|
/third_party/python/Objects/ |
D | methodobject.c | 12 #undef PyCFunction_New 32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a6.rst | 505 The :c:func:`PyCFunction_New` function is now exported in the ABI when
|
D | 3.5.0a4.rst | 89 PyCFunction_New function is exposed by python DLL again.
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 41 function,PyCFunction_New,3.4,
|
/third_party/python/PC/ |
D | python3dll.c | 137 EXPORT_FUNC(PyCFunction_New)
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 2764 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task); in task_step_impl() 2845 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task); in task_step_impl()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1772 function PyCFunction_New
|
D | HISTORY | 246 - Issue #21354: PyCFunction_New function is exposed by python DLL again.
|