Files
cpython/Lib
Tobias Holl 61d8c54f43 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).
2021-01-13 18:16:40 +02:00
..
2020-12-21 16:06:31 +02:00
2021-01-04 17:26:00 +00:00