cpython/Misc/NEWS.d/next/Core and Builtins/2022-03-22-13-12-27.bpo-470...

2 lines
156 B
ReStructuredText

Improve performance of repetition of :class:`list` and :class:`tuple` by using ``memcpy`` to copy data and performing the reference increments in one step.