Avoid AddTraceback() if stringtab isn't set up (GH-4378)
This can happen (rarely) with exceptions that occur very early in the module init process. Fixes https://github.com/cython/cython/issues/4377 Uses a fake Numpy module for testing to make a version of "import_array" that always fails.
Showing
Please register or sign in to comment