Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call PyEval_InitThreads() on Python 3.7+
Since Python 3.7, the function does nothing. Moreover, it's deprecated since Python 3.9: https://docs.python.org/3.12/c-api/init.html#c.PyEval_InitThreads
- Loading branch information