009cd32a44
* Add Bound<'py, PyDict>.into_mapping method * Add Bound<'py, PyTuple>.into_sequence method * Add Bound<'py, PyList>.into_sequence method * Add newsfragment * Add tests for into_mapping and into_sequence
120 B
120 B
Added Bound<'py, PyDict>::into_mapping
, Bound<'py, PyList>::into_sequence
and Bound<'py, PyTuple>::into_sequence
.