Home
last modified time | relevance | path

Searched refs:nb_long (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Objects/
Dintobject.c222 (nb->nb_int == NULL && nb->nb_long == 0)) { in PyInt_AsSsize_t()
227 if (nb->nb_long != 0) in PyInt_AsSsize_t()
228 io = (*nb->nb_long)(op); in PyInt_AsSsize_t()
Dabstract.c1722 if (m && m->nb_long) { /* This should include subclasses of long */
1724 PyObject *res = m->nb_long(o);
Dtypeobject.c3913 COPYNUM(nb_long);
6075 UNSLOT("__long__", nb_long, slot_nb_long, wrap_unaryfunc,
/external/python/cpython2/Include/
Dobject.h247 unaryfunc nb_long; member
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1150 was previously called :c:data:`nb_long`, and was renamed in
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1188 unaryfunc nb_long;
/external/python/cpython3/Misc/
DHISTORY15267 - Issue #4910: Rename nb_long slot to nb_reserved, and change its