mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Py_Initialize() calls PyEval_InitThreads() since Python 3.7. It's no longer needed to call it explicitly.
Miscellaneous source files for the main Python shared library