bpo-31845: Fix reading flags from environment (GH-4105)
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.
N
Nick Coghlan committed
d7ac06126db86f76ba92cbca4cb702852a321f78
Parent: 850a18e
Committed by GitHub <noreply@github.com>
on 10/25/2017, 2:11:26 AM