PyO3 v0.17.1 Release Notes

Release Date: 2022-08-28 // over 1 year ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix visibility of PyDictItems, PyDictKeys, and PyDictValues types added in PyO3 0.17.0.
    • Fix compile failure when using #[pyo3(from_py_with = "...")] attribute on an argument of type Option<T>. #2592
    • ๐Ÿ›  Fix clippy redundant-closure lint on **kwargs arguments for #[pyfunction] and #[pymethods]. #2595