[issue34537] test_gdb fails with LC_ALL=C

2018-09-24 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34537] test_gdb fails with LC_ALL=C

2018-09-22 Thread STINNER Victor
STINNER Victor added the comment: Thank you Elvis for the fix! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34537] test_gdb fails with LC_ALL=C

2018-09-21 Thread miss-islington
miss-islington added the comment: New changeset e5fde1f992e94f166415ab96d874ed1d2e0c8004 by Miss Islington (bot) in branch '3.7': bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) https://github.com/python/cpython/commit/e5fde1f992e94f166415ab96d874ed1d2e0c8004 -- nosy:

[issue34537] test_gdb fails with LC_ALL=C

2018-09-21 Thread STINNER Victor
STINNER Victor added the comment: I don't think that it's worth it to backport the change to Python 3.6 and older, since "LC_ALL=C ./python -m test test_gdb" already pass on 2.7 and 3.6. -- ___ Python tracker

[issue34537] test_gdb fails with LC_ALL=C

2018-09-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +8895 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34537] test_gdb fails with LC_ALL=C

2018-09-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7279b5125e7c5d84a473d250b27d353cb7f6628e by Victor Stinner (Elvis Pranskevichus) in branch 'master': bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483) https://github.com/python/cpython/commit/7279b5125e7c5d84a473d250b27d353cb7f6628e

[issue34537] test_gdb fails with LC_ALL=C

2018-09-21 Thread Elvis Pranskevichus
Change by Elvis Pranskevichus : -- keywords: +patch pull_requests: +8893 stage: -> patch review ___ Python tracker ___ ___

[issue34537] test_gdb fails with LC_ALL=C

2018-08-28 Thread STINNER Victor
New submission from STINNER Victor : On Python 3.7 and master, test_strings() of test_gdb fails if gdb uses Python 3.6 (before UTF-8 Mode and C locale coercion): * gdb uses ASCII encoding for stdout * tested Python uses UTF-8 thanks to the UTF-8 Mode and/or C locale coercion vstinner@apu$