bpo-34544: _Py_CoerceLegacyLocale() restores LC_CTYPE on fail by vstinner · Pull Request #9044 · python/cpython
Conversation
bpo-34544: If _Py_CoerceLegacyLocale() fails to coerce the C locale, restore the LC_CTYPE locale to the its previous value.
vstinner
changed the title
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail
bpo-34544: _Py_CoerceLegacyLocale() restores LC_CTYPE on fail
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖
Sorry, @vstinner, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 8ea09110d413829f71d979d8c7073008cb87fb03 3.7
vstinner added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters