Skip to content

bpo-35336: Fix PYTHONCOERCECLOCALE=1#10806

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:coerce_ctype
Nov 30, 2018
Merged

bpo-35336: Fix PYTHONCOERCECLOCALE=1#10806
vstinner merged 1 commit into
python:masterfrom
vstinner:coerce_ctype

Conversation

@vstinner

@vstinner vstinner commented Nov 29, 2018

Copy link
Copy Markdown
Member

Fix PYTHONCOERCECLOCALE=1 environment variable: only coerce the C
locale if the LC_CTYPE locale is "C".

https://bugs.python.org/issue35336

Fix PYTHONCOERCECLOCALE=1 environment variable: only coerce the C
locale if the LC_CTYPE locale is "C".
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@vstinner
vstinner deleted the coerce_ctype branch November 30, 2018 10:34
@miss-islington

Copy link
Copy Markdown
Contributor

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 55e498058faf8c97840556f6d791c2c392732dc3 3.7

@bedevere-bot

Copy link
Copy Markdown

GH-10813 is a backport of this pull request to the 3.7 branch.

vstinner added a commit that referenced this pull request Nov 30, 2018
Fix PYTHONCOERCECLOCALE=1 environment variable: only coerce the C
locale if the LC_CTYPE locale is "C".

(cherry picked from commit 55e4980)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants