Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 125 Bytes

File metadata and controls

2 lines (2 loc) · 125 Bytes

Add :c:func:`PyDict_FromItems` to create a dictionary from an array of keys and an array of values. Patch by Victor Stinner.