Serhiy Storchaka added the comment:

The test passed in any case, but for different size it doesn't check that the 
bug is fixed. Due to the bug bytes b'\\N{SPACExxxxxxxxxxxx...xxx'}' decoded as 
b'\\N{SPACE'}' if the number of x-es divisible by (UINT_MAX + 1). In this case 
unicode-escape decoding doesn't failed when the bug not fixed and failed (as 
expected) when the bug fixed. For all other numbers (>0) the decoding fails as 
when the bug fixed so when the bug is not fixed. And for other numbers the test 
is not relevant.

----------

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

Reply via email to