Tal Einat added the comment:

It turns out that staying with str.translate in PyParse payed off! An 
optimization in 3.5 (issue21118) has made it much much faster on ASCII-only 
inputs, which are the vast majority in this case.

----------

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

Reply via email to