Serhiy Storchaka <storch...@gmail.com> added the comment:

Unicode string timing depends on the string implementation which depends on the 
maximum character code in the string. Strings 'A'*9999+'$' 'A'*9999+'€'  have 
different timings for almost all operations (inluding 
encode('unicode-internal')).

----------
nosy: +storchaka

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

Reply via email to