thierry-martinez / pyml

OCaml bindings for Python
BSD 2-Clause "Simplified" License
187 stars 31 forks source link

Fix #85: segmentation fault by forgetting objects on library unloading #86

Closed thierry-martinez closed 2 years ago

thierry-martinez commented 2 years ago

Reported by Jerry James, https://github.com/thierry-martinez/pyml/issues/85

jtojnar commented 2 years ago

Can confirm this fixes the segfault on Nix as well.

thierry-martinez commented 2 years ago

Thank you, @jtojnar ! Sorry for the late merging. I will try to make a release soon.