Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Do not use C speedups on Python 3.13+ freethreading
Do not enable C speedups by default if running Python 3.13+ in freethreading mode (with GIL disabled). Since the extension does not support this mode explicitly at the moment, loading it would cause CPython to reenable GIL with a warning and penalize the whole environment. Discussed in issue #330.
- Loading branch information