blob: 0c65c34d310ec0d9569e3948483c7d716f9960a3 [file] [log] [blame]
Improved the performance of :meth:`list.append()` and list comprehensions by optimizing for the common case, where no resize is needed. Patch by Dennis Sweeney.