This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rex Dwyer
Recipients Rex Dwyer, ezio.melotti, mrabarnett
Date 2016-04-15.18:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460746306.07.0.135965165356.issue26772@psf.upfronthosting.co.za>
In-reply-to
Content
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)]'
History
Date User Action Args
2016-04-15 18:51:46Rex Dwyersetrecipients: + Rex Dwyer, ezio.melotti, mrabarnett
2016-04-15 18:51:46Rex Dwyersetmessageid: <1460746306.07.0.135965165356.issue26772@psf.upfronthosting.co.za>
2016-04-15 18:51:45Rex Dwyerlinkissue26772 messages
2016-04-15 18:51:45Rex Dwyercreate