JT Longino

Results 3 issues of JT Longino

self._last consumes the only bit in the BitSequence which results in the error to be raised.

wait4feedback

If a BitSequence is instantiated from a bytearray and a length between len(bytearray) * 8 and (len(bytearray) - 1) * 8, the returned BitSequence has len(BitSequence) that doesn't match length....

wait4feedback

If a BitSequence is 00000000_1 (lsb, index 0 to the left) and msb if false, the sequence will be reversed to 10000000_0 and generate a b'\x80\x00 instead of b'\x01\x00 if...

wait4feedback