mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
fac395681f
Issue #26574: Optimize bytes.replace(b'', b'.') and bytearray.replace(b'', b'.'): up to 80% faster. Patch written by Josh Snider.
Source files for various builtin objects