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 flox
Recipients ezio.melotti, flox, lemburg
Date 2010-03-19.08:48:39
SpamBayes Score 1.1291992e-07
Marked as misclassified No
Message-id <1268988523.39.0.930486500121.issue8024@psf.upfronthosting.co.za>
In-reply-to
Content
The bug was a side-effect of the update. Code point "\uAAAA" is now assigned to a printable character:

  AAAA;TAI VIET LETTER LOW VO;Lo;0;L;;;;;N;;;;;

And test_bigmem relies on this code point being non-printable.
I changed it for a char in the Low surrogates range, which is guaranteed not printable. See attached patch.

The regression test suite passes flawlessly.

I will do further tests before merging back in 3.x
History
Date User Action Args
2010-03-19 08:48:43floxsetrecipients: + flox, lemburg, ezio.melotti
2010-03-19 08:48:43floxsetmessageid: <1268988523.39.0.930486500121.issue8024@psf.upfronthosting.co.za>
2010-03-19 08:48:41floxlinkissue8024 messages
2010-03-19 08:48:41floxcreate