This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients dmalcolm, loewis, vstinner
Date 2010-04-30.00:54:41
SpamBayes Score 0.00037950472
Marked as misclassified No
Message-id <1272588884.68.0.187711874274.issue8559@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-30 00:54:45vstinnersetrecipients: + vstinner, loewis, dmalcolm
2010-04-30 00:54:44vstinnersetmessageid: <1272588884.68.0.187711874274.issue8559@psf.upfronthosting.co.za>
2010-04-30 00:54:43vstinnerlinkissue8559 messages
2010-04-30 00:54:42vstinnercreate