JuliaPy / PythonCall.jl

Python and Julia in harmony.
https://juliapy.github.io/PythonCall.jl/stable/
MIT License
715 stars 61 forks source link

Remove some leftover _Py #481

Closed amilsted closed 3 months ago

amilsted commented 3 months ago

Noticed an error during GC: error in running finalizer: UndefVarError(var=:_Py). Probably due to one of these?

cjdoris commented 3 months ago

Thanks for this - it wasn't quite right so I made the corrections myself. I'm making a new release now.