Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment: The limit is an implementation detail. The pattern is compiled into codes which are then interpreted, and it just happens that the codes are (usually) 16 bits, giving a range of 0..65535, but it uses 65535 to represent no limit and doesn't warn if you actually write 65535.
There's an alternative regex implementation here: http://pypi.python.org/pypi/regex ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13169> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com