The Cython documentation indicate that calling Python methods inside dealloc is not safe. While we seem to get away with it on CPython, PyPy is not so forgiving.
The Cython documentation indicate that calling Python methods inside dealloc is not safe. While we seem to get away with it on CPython, PyPy is not so forgiving.