[issue13169] Regular expressions with 0 to 65536 repetitions and above makes Python crash

Brian Curtin report at bugs.python.org
Thu Oct 13 18:38:16 CEST 2011


Brian Curtin <brian at python.org> added the comment:

I might be missing something, but what's the issue? 65535 is the limit, and doing 65536 gives a clear overflow exception (no crash).

----------
nosy: +brian.curtin
type: crash -> behavior

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


More information about the Python-bugs-list mailing list