]> granicus.if.org Git - python/commit
bpo-36900: Replace global conf vars with config (GH-13299)
authorVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 15:34:56 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 15:34:56 +0000 (17:34 +0200)
commitc96be811fa7da8ddcea18cc7abcae94e0f5ff966
treef3c6833ba92a084dc604498aecef6ef9103d6dfa
parent3c93153f7db5dd9b06f229e61978fd9199b3c097
bpo-36900: Replace global conf vars with config (GH-13299)

Replace global configuration variables with core_config read from the
current interpreter.

Cleanup dynload_hpux.c.
Modules/_io/_iomodule.c
Modules/main.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/moduleobject.c
Python/compile.c
Python/dynload_hpux.c
Python/pylifecycle.c
Python/pythonrun.c