Searched refs:nb_long (Results 1 – 7 of 7) sorted by relevance
225 (nb->nb_int == NULL && nb->nb_long == 0)) { in PyInt_AsSsize_t()230 if (nb->nb_long != 0) in PyInt_AsSsize_t()231 io = (*nb->nb_long)(op); in PyInt_AsSsize_t()
1719 if (m && m->nb_long) { /* This should include subclasses of long */1721 PyObject *res = m->nb_long(o);
3976 COPYNUM(nb_long);6138 UNSLOT("__long__", nb_long, slot_nb_long, wrap_unaryfunc,
247 unaryfunc nb_long; member
1173 unaryfunc nb_long;
2033 was previously called :c:data:`nb_long`, and was renamed in
15267 - Issue #4910: Rename nb_long slot to nb_reserved, and change its