Searched refs:pylong (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Dpickletools.py732 pylong = StackObject( variable
955 stack_after=[pylong],
973 stack_after=[pylong],
984 stack_after=[pylong],
/external/python/cpython3/Modules/_decimal/
H A D_decimal.c2166 PyDecType_FromLong(PyTypeObject *type, const PyObject *pylong, argument
2172 dec = dec_from_long(type, pylong, CTX(context), &status);
2188 PyDecType_FromLongExact(PyTypeObject *type, const PyObject *pylong, argument
2196 dec = dec_from_long(type, pylong, &maxctx, &status);
2627 #define PyDec_FromLong(pylong, context) \
2628 PyDecType_FromLong(&PyDec_Type, pylong, context)
2629 #define PyDec_FromLongExact(pylong, context) \
2630 PyDecType_FromLongExact(&PyDec_Type, pylong, context)
3326 PyLongObject *pylong; local
3376 pylong
[all...]
/external/python/cpython3/Modules/
H A Darraymodule.c2072 PyObject *pylong; local
2074 pylong = _PyLong_FromByteArray(
2079 if (pylong == NULL) {
2083 PyList_SET_ITEM(converted_items, i, pylong);
/external/python/cpython3/Lib/
H A Dpickletools.py972 pyint = pylong = StackObject(

Completed in 718 milliseconds