Skip to content

Made rust function arguments be passed by reference instead of by value

Benjamin Winger requested to merge bmwinger/portmod:pyo3_refs into master

I think that originally PyO3 couldn't pass by reference from python to rust unless it was a python type, but that hasn't been the case for a while.

Merge request reports