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

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon Feb 18 00:44:39 CET 2013


Arfrever Frehtes Taifersar Arahesis added the comment:

Some third-party modules (e.g. epydoc) refer to sre_constants.MAXREPEAT.
Please add 'from _sre import MAXREPEAT' to Lib/sre_constants.py for compatibility.

----------
nosy: +Arfrever
resolution: fixed -> 
stage: committed/rejected -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list