I'm getting an error when stepping through the line:
from superfastcode import fast_tanh
Fatal Python error: _PyInterpreterState_GET: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
Python runtime state: unknown
I'm getting an error when stepping through the line:
from superfastcode import fast_tanh
Fatal Python error: _PyInterpreterState_GET: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
Python runtime state: unknown