Skip to content

PyO3 0.2.4

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 19 Jan 18:16

Changes

  • Allow to get mutable ref from PyObject #106

  • Drop RefFromPyObject trait

  • Add Python::register_any() method

  • Fix impl FromPyObject for Py<T>

  • Mark method that work with raw pointers as unsafe #95