mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
3225b9f973
Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no longer needed to call it explicitly.