]> granicus.if.org Git - python/commit
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Sep 2018 22:13:17 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 22:13:17 +0000 (15:13 -0700)
commit188ebfa475a6f6aa2d0ea14ca8e1fbe7865b6d27
treec13681a2bbd98f90055dd18e26cf9ceea2a8b40d
parentc62ab2862db2382808bb2228760eebdda3f608bd
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)

_PyCoreConfig:

* Rename coerce_c_locale to _coerce_c_locale
* Rename coerce_c_locale_warn to _coerce_c_locale_warn

These fields are now private (name prefixed by "_").
Include/coreconfig.h
Lib/test/test_embed.py
Modules/_testcapimodule.c
Modules/main.c
Programs/_testembed.c
Python/coreconfig.c
Python/pylifecycle.c