mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
If coerce_c_locale is already set (>= 0), use its value: don't override it.
This commit is contained in:
parent
7b41dbad78
commit
5a953fd0ab
3 changed files with 19 additions and 17 deletions
|
@ -805,7 +805,6 @@ _Py_InitializeCore(PyInterpreterState **interp_p,
|
|||
{
|
||||
assert(src_config != NULL);
|
||||
|
||||
|
||||
PyMemAllocatorEx old_alloc;
|
||||
_PyInitError err;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue