Files
cpython/Lib
Cody Maloney e265ce8a56 gh-139871: Optimize small takes in bytearray.take_bytes (GH-141741)
When less than half the buffer is taken just copy that small part out
rather than doing a big alloc + memmove + big shrink.
2025-11-20 08:49:05 +01:00
..
2025-11-18 16:51:17 +02:00