mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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