mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
The startup refactoring means command line settings are now applied after settings are read from the environment. This updates the way command line settings are applied to account for that, ensures more settings are first read from the environment in _PyInitializeCore, and adds a simple test case covering the flags that are easy to check.
Miscellaneous source files for the main Python shared library