]> granicus.if.org Git - python/commit
Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Sep 2010 20:57:48 +0000 (20:57 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 8 Sep 2010 20:57:48 +0000 (20:57 +0000)
commitb41e128fe1e2a511748926d0837d1a87f090b9a9
tree1f27cccacc9099c65e35634089a18a714d4d2d38
parent63b17671f00aafefc01c9b6d541d48c842e523b7
Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well
as wide (UCS4) unicode builds for both the host interpreter (embedded
inside gdb) and the interpreter under test.
Misc/NEWS
Tools/gdb/libpython.py