934c663612
* Added `From<Bound<'py, T>>` impl for PyClassInitializer<T>. * Added newsfragment entry. * Added tests for pyclass constructors returning `Py<Self>` and `Bound<Self>`. * Fixed tests. * Updated tests to properly cover the new impl. --------- Co-authored-by: jrudolph <jrudolph@anl.gov>
61 B
61 B
Added From<Bound<'py, T>>
impl for PyClassInitializer<T>
.