Searched refs:LONG1 (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dpickle.py159 LONG1 = '\x8a' # push long from < 256 bytes variable
472 self.write(LONG1 + chr(n) + bytes)
951 dispatch[LONG1] = load_long1
1277 byte in the LONG1 pickling context.
/external/python/cpython2/Modules/
H A DcPickle.c85 #define LONG1 '\x8a' /* push long from < 256 bytes */ macro
1092 c_str[0] = LONG1;
1138 c_str[0] = LONG1;
4782 case LONG1:
5199 case LONG1:
/external/python/cpython2/Lib/test/
H A Dpickletester.py409 8: \x8a LONG1 1L
812 '\x8a', # LONG1
1138 self.assertEqual(opcode_in_pickle(pickle.LONG1, s), proto >= 2)

Completed in 125 milliseconds