mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
61d8c54f43
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).
Source files for various builtin objects