[issue26772] regex.ENHANCEMATCH crashes interpreter

Rex Dwyer report at bugs.python.org
Fri Apr 15 14:51:46 EDT 2016


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 2014, 22:15:05) [MSC v.1600 32 bit (Intel)]'

----------
components: Regular Expressions
messages: 263515
nosy: Rex Dwyer, ezio.melotti, mrabarnett
priority: normal
severity: normal
status: open
title: regex.ENHANCEMATCH crashes interpreter
type: crash

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


More information about the Python-bugs-list mailing list