Home | History | Annotate | Download | only in test

Lines Matching refs:maxint64

767         maxint64 = (1 << 63) - 1
768 data = b'I' + str(maxint64).encode("ascii") + b'\n.'
770 self.assert_is_copy(maxint64, got)
773 data = b'I' + str(maxint64).encode("ascii") + b'JUNK\n.'