[3.7] bpo-34544: _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) by vstinner · Pull Request #9046 · python/cpython

Conversation

bpo-34544: If _Py_CoerceLegacyLocale() fails to coerce the C locale,
restore the LC_CTYPE locale to the its previous value.

(cherry picked from commit 8ea0911)

@vstinner vstinner changed the title [3.7] _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) [3.7] bpo-34544: _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)

Sep 3, 2018

Labels