PyO3 0.14.1
This release addresses some incorrect FFI definitions in PyO3 0.14.0 which caused crashes when targeting PyPy. In addition, IntoPy<PyObject>
has been implemented for &PathBuf
and &OsString
for additional convenience when working with the new conversions.
Thank you to @alex and @jameshilliard for the quick reports, and @birkenfeld and @messense for the quick fixes!