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