[issue30836] test_c_locale_coercion fails on AIX

2017-07-15 Thread STINNER Victor
STINNER Victor added the comment: Thanks for the fix :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue30836] test_c_locale_coercion fails on AIX

2017-07-15 Thread Nick Coghlan
Nick Coghlan added the comment: This particular test passed on the custom AIX buildbot prior to merging (other tests still have issues on AIX, though, so that buildbot remains red overall). -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed _

[issue30836] test_c_locale_coercion fails on AIX

2017-07-15 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset f0b6a261bb8cbede42296e0cc70956fb3b9a6cf7 by Nick Coghlan in branch 'master': bpo-30836: fix test_c_locale_coercion on AIX (GH-2713) https://github.com/python/cpython/commit/f0b6a261bb8cbede42296e0cc70956fb3b9a6cf7 -- _

[issue30836] test_c_locale_coercion fails on AIX

2017-07-15 Thread Nick Coghlan
Changes by Nick Coghlan : -- pull_requests: +2777 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30836] test_c_locale_coercion fails on AIX

2017-07-09 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30836] test_c_locale_coercion fails on AIX

2017-07-04 Thread Nick Coghlan
Changes by Nick Coghlan : -- stage: -> needs patch type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue30836] test_c_locale_coercion fails on AIX

2017-07-04 Thread Nick Coghlan
Nick Coghlan added the comment: Note that as far as I'm aware, AIX doesn't actually provide any of our coercion target locales yet, so the question in my previous comment is about how we want 3.7.x releases to behave on AIX if IBM *do* introduce a C.UTF-8 locale. The main argument I see in fav

[issue30836] test_c_locale_coercion fails on AIX

2017-07-04 Thread Nick Coghlan
Nick Coghlan added the comment: Removing the "easy" tag, as I realised this isn't as clearcut a change as I first thought. Specifically, I'm wondering if in addition to changing the expectations for this particular test, we should *also* be disabling locale coercion on AIX in general. After

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: I also belatedly checked your list at https://unicodebook.readthedocs.io/operating_systems.html#locale-encoding, and confirmed that AIX is the only anomalous case you'd previously identified (aside from the odd nominally-ASCII-but-not-really behaviour on FreeBSD

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: This should be a fairly straightforward test-only fix: updating the start of https://github.com/python/cpython/blob/master/Lib/test/test_c_locale_coercion.py to set C_LOCALE_STREAM_ENCODING to 'iso8859-1' when "sys.platform.startswith('aix')". -- keywor

[issue30836] test_c_locale_coercion fails on AIX

2017-07-03 Thread STINNER Victor
New submission from STINNER Victor: One example: http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/957/steps/test/logs/stdio 0:08:55 [ 91/406/2] test_c_locale_coercion failed -- running: test_importlib (41 sec) skipped 'No C-with-UTF-8 locale available' test_LC_ALL_set_to_C (tes