Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py127 BINSTRING = b'T' # push string; counted binary string argument variable
1325 # STRING, BINSTRING and SHORT_BINSTRING opcodes.
1342 # Deprecated BINSTRING uses signed 32-bit length
1345 raise UnpicklingError("BINSTRING pickle has negative byte count")
1348 dispatch[BINSTRING[0]] = load_binstring
/third_party/python/Modules/
H A D_pickle.c66 BINSTRING = 'T', enumerator
5498 "BINSTRING exceeds system's maximum size of %zd bytes", in load_counted_binstring()
6894 OP_ARG(BINSTRING, load_counted_binstring, 4) in load()
/third_party/python/Lib/test/
H A Dpickletester.py1003 self.assertEqual(self.loads(pickle.BINSTRING +
1321 b'T', # BINSTRING

Completed in 17 milliseconds