Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c6485 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) in wrap_lenfunc() function
8050 MPSLOT("__len__", mp_length, slot_mp_length, wrap_lenfunc,
8062 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst127 Fix possible overflow in ``wrap_lenfunc()`` when ``sizeof(long) <