PyO3 v0.14.3 Release Notes

Release Date: 2021-08-22 // over 2 years ago
  • โž• Added

    • โž• Add PyString::data to access the raw bytes stored in a Python string. #1794

    ๐Ÿ›  Fixed

    • Raise AttributeError to avoid panic when calling del on a #[setter] defined class property. #1779
    • Restrict FFI definitions PyGILState_Check and Py_tracefunc to the unlimited API. #1787
    • โž• Add missing _type field to PyStatus struct definition. #1791
    • โฌ‡๏ธ Reduce lower bound num-complex optional dependency to support interop with rust-numpy and ndarray when building with the MSRV of 1.41 #1799
    • ๐Ÿ›  Fix memory leak in Python::run_code. #1806
    • ๐Ÿ›  Fix memory leak in PyModule::from_code. #1810
    • โœ‚ Remove use of pyo3:: in pyo3::types::datetime which broke builds using -Z avoid-dev-deps #1811