Home
last modified time | relevance | path

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

/third_party/python/Python/
Dmarshal.c215 #define PyLong_MARSHAL_BASE ((short)1 << PyLong_MARSHAL_SHIFT) macro
216 #define PyLong_MARSHAL_MASK (PyLong_MARSHAL_BASE - 1)
805 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
819 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()