Home
last modified time | relevance | path

Searched refs:Py_tp_alloc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dtypeslots.h54 #define Py_tp_alloc 47 macro
/external/python/cpython3/Modules/
Dselectmodule.c1286 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object()
1972 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
D_struct.c1427 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()
2065 {Py_tp_alloc, PyType_GenericAlloc},
/external/python/cpython3/Python/
DPython-ast.c1030 {Py_tp_alloc, PyType_GenericAlloc},