Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 277 Bytes

2022-12-09-13-18-42.gh-issue-100146.xLVKg0.rst

File metadata and controls

4 lines (4 loc) · 277 Bytes

Improve BUILD_LIST opcode so that it works similarly to the BUILD_TUPLE opcode, by stealing references from the stack rather than repeatedly using stack operations to set list elements. Implementation details are in a new private API :c_PyList_FromArraySteal.