Browse Source
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
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 "_").pull/9073/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 46 additions and 32 deletions
-
20Include/coreconfig.h
-
4Lib/test/test_embed.py
-
8Modules/_testcapimodule.c
-
8Modules/main.c
-
10Programs/_testembed.c
-
26Python/coreconfig.c
-
2Python/pylifecycle.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue