mirror of
https://github.com/python/cpython.git
synced 2026-06-10 05:15:18 -04:00
cc66a73d27
defers making a copy until it is mutated, improving performance and memory use on some use cases. Patch by David Wilson.