Message 101311 - Python tracker (original) (raw)

Message101311

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:43 flox set recipients: + flox, lemburg, ezio.melotti
2010-03-19 08:48:43 flox set messageid: 1268988523.39.0.930486500121.issue8024@psf.upfronthosting.co.za
2010-03-19 08:48:41 flox link issue8024 messages
2010-03-19 08:48:41 flox create