SIGN IN SIGN UP

bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)

Before, using the * operator to repeat a bytearray would copy data from the start of
the internal buffer (ob_bytes) and not from the start of the actual data (ob_start).
T
Tobias Holl committed
61d8c54f43a7871d016f98b38f86858817d927d5
Parent: 1659ad1
Committed by GitHub <noreply@github.com> on 1/13/2021, 4:16:40 PM