Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30836: fix test_c_locale_coercion on AIX #2713

Merged

Conversation

ncoghlan
Copy link
Contributor

AIX uses latin-1 in the C locale, not ASCII

AIX doesn't currently provide any of the locale
coercion locales, but we leave locale coercion
enabled in case one gets added in the future.

AIX uses latin-1 in the C locale, not ASCII

AIX doesn't currently provide any of the locale
coercion locales, but we leave locale coercion
enabled in case one gets added in the future.
@ncoghlan
Copy link
Contributor Author

I also have tests running on the custom builders: https://buildbot.python.org/all/builders/PPC64%20AIX%20custom/builds/20

@ncoghlan ncoghlan requested a review from vstinner July 15, 2017 11:59
@ncoghlan
Copy link
Contributor Author

New custom build run: https://buildbot.python.org/all/builders/PPC64%20AIX%20custom/builds/21 (I didn't have the encoding name right in the test update)

@ncoghlan ncoghlan merged commit f0b6a26 into python:master Jul 15, 2017
@ncoghlan ncoghlan deleted the bpo-30836-fix-locale-coercion-tests-on-aix branch March 30, 2018 07:50
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.

None yet

2 participants