[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-05-20 Thread STINNER Victor
STINNER Victor added the comment: > r81375 improves unicode support of libpython.py. I hope that it will be > enough to fix test_strings() failures. Ok, buildbots seem happy: "alpha Debian 3.x" is green again. Python 3.1 doesn't have libpython.py: commit blocked (r81376). I forward ported som

[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-05-19 Thread STINNER Victor
STINNER Victor added the comment: r81375 improves unicode support of libpython.py. I hope that it will be enough to fix test_strings() failures. -- ___ Python tracker ___ __

[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-04-29 Thread STINNER Victor
Changes by STINNER Victor : Removed file: http://bugs.python.org/file17139/test_gdb_unicode.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-04-29 Thread STINNER Victor
STINNER Victor added the comment: > The test should ask gdb for its sys.maxunicode value. Ok, done in a new version of the patch. test_gdb now pass with and without locale (utf8 and ascii). The patch is for py3k. test_gdb in Python trunk doesn't test has the unicode tests in test_strings() f

[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-04-29 Thread STINNER Victor
STINNER Victor added the comment: Patch using raw string instead of the unicode character directly to avoid the locale issue. I'm not sure that we really test unicode support of the gdb library using my patch. I also get another error: << AssertionError: "'U0001D121'" did not equal expec

[issue8559] test_gdb: test_strings() fails with ASCII locale

2010-04-28 Thread STINNER Victor
New submission from STINNER Victor : http://www.python.org/dev/buildbot/builders/alpha Debian 3.x/builds/67/steps/test/logs/stdio == ERROR: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode str