[issue8064] Large regex handling very slow on Linux

STINNER Victor report at bugs.python.org
Fri Mar 5 00:29:04 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Ooops, my benchmark was wrong. It looks like the result depends sys.maxunicode:

$ python2.4 -c "import sys; print sys.maxunicode"
1114111
$ python2.5 -c "import sys; print sys.maxunicode"
1114111
$ python2.6 -c "import sys; print sys.maxunicode"
1114111
$ ./python -c "import sys; print sys.maxunicode"
65535

The last on (./python) is Python trunk.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8064>
_______________________________________


More information about the Python-bugs-list mailing list