mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
0ff626f210
Deprecate global configuration variable like Py_IgnoreEnvironmentFlag: the Py_InitializeFromConfig() API should be instead. Fix declaration of Py_GETENV(): use PyAPI_FUNC(), not PyAPI_DATA().
Miscellaneous source files for the main Python shared library