◐ Shell
clean mode source ↗

[2.7] bpo-6393: Fix locale.getprerredencoding() on macOS by vstinner · Pull Request #1555 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:2.7from

vstinner:locale_27

May 12, 2017

Merged

Conversation

@vstinner

Copy link Copy Markdown

Member

Fix for bpo-6393: Python crashes on OSX when $LANG is set to some (but
not all) invalid values due to an invalid result from nl_langinfo

(cherry picked from commit 6d77e07)

Fix for bpo-6393: Python crashes on OSX when $LANG is set to some (but
not all) invalid values due to an invalid result from nl_langinfo

(cherry picked from commit 6d77e07)

@vstinner vstinner merged commit 94a3694 into python:2.7

May 12, 2017

@vstinner vstinner deleted the locale_27 branch

May 12, 2017 09:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @ronaldoussoren