mirror of
https://github.com/python/cpython.git
synced 2026-01-29 22:26:03 +00:00
This change makes sure sys.path[0] is set properly for subinterpreters. Before, it wasn't getting set at all. This change does not address the broader concerns from gh-109853. (cherry-picked from commit a040a32ea2f13f16172394d3e3e3f80f47f25a68)
Miscellaneous source files for the main Python shared library