mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
PyInterpreterState_Main() is a plain function exposed in the public C-API. For internal usage we can take the more efficient approach in this PR. https://bugs.python.org/issue46008
Miscellaneous source files for the main Python shared library