Resolve the RuntimeWarning from Cython about PyFrameObject changing size.
By simply not typing it at the Cython level at all. No need since we're directing through functions now.
Showing
Please register or sign in to comment
By simply not typing it at the Cython level at all. No need since we're directing through functions now.