Bump py03
Bumps py03 to 0.22.0
https://github.com/PyO3/pyo3/releases/tag/v0.22.0
Looks like a number of changes will be needed, including PyNativeType being behind the py03 feature gil-refs, as well as changes to calls like as_borrowed(). Will try to spend some time researching this (simultaneously new to rust + pyo3) so would appreciate pointers
Looks like a number of changes will be needed, including
PyNativeTypebeing behind the py03 featuregil-refs, as well as changes to calls likeas_borrowed(). Will try to spend some time researching this (simultaneously new to rust + pyo3) so would appreciate pointers
Because PyNativeType is not available without the gil-refs feature you should implement all methods for Bound<Self> instead of &Self.
Closing in favour of #431