Bug fixes
-
Fixed reference leak caused by
Py_INCREF
because Cython has its own reference counter systems -- by :user:Vizonex
.Related issues and pull requests on GitHub:
#162.
Contributor-facing changes
-
Fixes the default value for the
os
parameter inreusable-build-wheel.yml
to beubuntu-latest
instead of
ubuntu
.Related issues and pull requests on GitHub:
#155.