Florent Xicluna <florent.xicl...@gmail.com> added the comment:

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

----------
keywords: +patch
Added file: http://bugs.python.org/file16580/issue8024_UCD_py3k.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to