Make memoryviews work with cache_builtins=False (GH-3415)
Now they make their own tiny cache of the relevant exceptions at module initialization so they can still access these without the GIL. closes https://github.com/cython/cython/issues/3406
Showing
Please register or sign in to comment