Searched refs:LONG_BINPUT (Results 1 – 6 of 6) sorted by relevance
35 self.assertNotIn(pickle.LONG_BINPUT, pickled2)
137 LONG_BINPUT = 'r' # " " " " " ; " " 4-byte arg variable255 return LONG_BINPUT + pack("<i", i)1182 dispatch[LONG_BINPUT] = load_long_binput
146 LONG_BINPUT = b'r' # " " " " " ; " " 4-byte arg variable521 return LONG_BINPUT + pack("<I", idx)1653 dispatch[LONG_BINPUT[0]] = load_long_binput
68 #define LONG_BINPUT 'r' macro871 c_str[0] = LONG_BINPUT; in put2()2997 *s++ = LONG_BINPUT; in Pickle_getvalue()4939 case LONG_BINPUT: in load()5357 case LONG_BINPUT: in noload()
72 LONG_BINPUT = 'r', enumerator1785 pdata[0] = LONG_BINPUT; in memo_put()6972 OP(LONG_BINPUT, load_long_binput) in load()
9222 - Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in