Home
last modified time | relevance | path

Searched refs:_build_callargs (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3646 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() function
3933 callargs = _build_callargs(self, argtypes, in PyCFuncPtr_call()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3748 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() function
4040 callargs = _build_callargs(self, argtypes, in PyCFuncPtr_call()
/external/python/cpython3/Misc/
DHISTORY4749 - Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.