On Python 3.10, Cython types are not immutable. This broke gevent.local.
Change the way we detect compiled types to fix this. Refs https://github.com/cython/cython/issues/4326
Showing
Please register or sign in to comment
Change the way we detect compiled types to fix this. Refs https://github.com/cython/cython/issues/4326