Use thread-local storage for the global Errors state to allow threaded builds. (GH-4507)
Distutils uses threading internally. Also silence some warnings about redefined classes and function signatures when setting up the builtin scope. This is at most a second-best solution since we may not notice legitimate bugs on our side this way. Better make sure we have good test coverage of builtins and related optimisations. Closes https://github.com/cython/cython/issues/4503
Showing
Please register or sign in to comment