mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
dcf617152e
At Python initialization, the current directory is no longer prepended to sys.path if it has been removed. Rename _PyPathConfig_ComputeArgv0() to _PyPathConfig_ComputeSysPath0() to avoid confusion between argv[0] and sys.path[0].
Miscellaneous source files for the main Python shared library