Home
last modified time | relevance | path

Searched defs:LONG1 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dpickle.py159 LONG1 = '\x8a' # push long from < 256 bytes variable
/external/python/cpython3/Lib/
Dpickle.py168 LONG1 = b'\x8a' # push long from < 256 bytes variable
/external/python/cpython2/Modules/
DcPickle.c85 #define LONG1 '\x8a' /* push long from < 256 bytes */ macro
/external/python/cpython3/Modules/
D_pickle.c90 LONG1 = '\x8a', enumerator