e835ff0ec3
* handle `#[pyo3(from_py_with = ...)]` on dunder (__magic__) methods * add newsfragment
2 lines
131 B
Markdown
2 lines
131 B
Markdown
Correctly handle `#[pyo3(from_py_with = ...)]` attribute on dunder (`__magic__`) method arguments instead of silently ignoring it.
|