PyO3 v0.14.1 Release Notes

Release Date: 2021-07-04 // almost 3 years ago
  • ➕ Added

    • Implement IntoPy<PyObject> for &PathBuf and &OsString. #1721

    🛠 Fixed

    • Fix crashes on PyPy due to incorrect definitions of PyList_SET_ITEM. #1713