Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py159 LONG1 = '\x8a' # push long from < 256 bytes variable
/external/python/cpython2/Modules/
DcPickle.c85 #define LONG1 '\x8a' /* push long from < 256 bytes */ macro