]> granicus.if.org Git - python/commit
bpo-36301: Add _Py_GetEnv() function (GH-12542)
authorVictor Stinner <vstinner@redhat.com>
Mon, 25 Mar 2019 23:03:15 +0000 (00:03 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 23:03:15 +0000 (00:03 +0100)
commitf78a5e9ce8f32a195f5f788aade79578437f30a6
tree45dfc1faa3647b3f265a56f4e5956cbc5428626f
parent548cb6060ab9d5a66931ea2be4da08c2c72c9176
bpo-36301: Add _Py_GetEnv() function (GH-12542)

* Make _PyPreConfig_GetEnv(), _PyCoreConfig_GetEnv() and
  _PyCoreConfig_GetEnvDup() private
* _Py_get_env_flag() first parameter becomes "int use_environment"
Include/internal/pycore_coreconfig.h
Modules/main.c
Python/coreconfig.c
Python/preconfig.c