Searched refs:wrap_lenfunc (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Objects/ |
D | typeobject.c | 6485 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/ |
D | 3.8.0b1.rst | 127 Fix possible overflow in ``wrap_lenfunc()`` when ``sizeof(long) <
|