mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
d0698c676c
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).
(cherry picked from commit 61d8c54f43)
Co-authored-by: Tobias Holl <TobiasHoll@users.noreply.github.com>
Source files for various builtin objects