STINNER Victor <victor.stin...@haypocalc.com> 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 
expected "'\\U0000d834\\U0000dd21'" >>. The problem is that test_gdb tests 
sys.maxunicode whereas gdb may use a different Python library (eg. Python2 
whereas we are using Python3) not using the same unicode option (narrow vs wide 
unicode). The test should ask gdb for its sys.maxunicode value.

----------
keywords: +patch
Added file: http://bugs.python.org/file17139/test_gdb_unicode.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8559>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to