[issue13169] Regular expressions with 0 to 65536 repetitions raises OverflowError

Georg Brandl report at bugs.python.org
Thu Apr 4 11:58:32 CEST 2013


Georg Brandl added the comment:

And this happens when you simply start Python, not executing any code?

Can you start with "python -S", then do "import _sre", and see if it has a _sre.MAXREPEAT attribute?

----------

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


More information about the Python-bugs-list mailing list