Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c4391 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) function
6178 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
6189 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/external/python/cpython3/Objects/
Dtypeobject.c6488 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) in wrap_lenfunc() function
8053 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
8065 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst127 Fix possible overflow in ``wrap_lenfunc()`` when ``sizeof(long) <