SilentGhost added the comment:
regex module is not part of the standard library and issues with it should be
reported on its bug tracker https://bitbucket.org/mrabarnett/mrab-regex
--
nosy: +SilentGhost
resolution: -> third party
stage: -> resolved
status: open -> closed
type: crash -
New submission from Rex Dwyer:
regex.findall(r'((brown)|(lazy)){1<=e<=3} ((dog)|(fox)){1<=e<=3}',
'The quick borwn fax jumped over the lzy hog',
regex.ENHANCEMATCH)
crashes interpreter.
regex.__version__ => 2.4.85
python version
'3.4.2 (v3.4.2:ab2c023a9432, Oct 6