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.01:01:01
SpamBayes Score 1.3297071e-05
Marked as misclassified No
Message-id <1272589264.12.0.829922033344.issue8559@psf.upfronthosting.co.za>
In-reply-to
Content
> 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() function.
History
Date User Action Args
2010-04-30 01:01:04vstinnersetrecipients: + vstinner, loewis, dmalcolm
2010-04-30 01:01:04vstinnersetmessageid: <1272589264.12.0.829922033344.issue8559@psf.upfronthosting.co.za>
2010-04-30 01:01:01vstinnerlinkissue8559 messages
2010-04-30 01:01:01vstinnercreate