[issue9188] test_gdb fails for UCS2 builds with UCS2 gdb

Antoine Pitrou report at bugs.python.org
Thu Jul 8 21:02:00 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch works ok on 2.7 but fails to apply on 3.2. Can you provide a 3.2 patch as well?
Also, instead of `sys.maxunicode == 0x10ffff`, it would be better to use something more future-proof such as `sys.maxunicode >= 0x10000`.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9188>
_______________________________________


More information about the Python-bugs-list mailing list