mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
758b74e71e
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