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 tim.peters
Recipients Arfrever, eli.bendersky, ezio.melotti, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka, tim.peters
Date 2013-08-04.23:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375658101.08.0.84474177093.issue18647@psf.upfronthosting.co.za>
In-reply-to
Content
Matthew, yes, I agree that a regexp engine can be coded to be robust against unboundedly repeated matching of an empty string.  I don't know whether Python's current engine is so coded.  It's easy to trick the 2.7 engine into accepting regexps that do try to match an empty string endlessly, but across all I've tried none show "infinite loop" (or even slow) behavior.
History
Date User Action Args
2013-08-04 23:15:01tim.peterssetrecipients: + tim.peters, pitrou, larry, ezio.melotti, mrabarnett, Arfrever, eli.bendersky, python-dev, serhiy.storchaka
2013-08-04 23:15:01tim.peterssetmessageid: <1375658101.08.0.84474177093.issue18647@psf.upfronthosting.co.za>
2013-08-04 23:15:01tim.peterslinkissue18647 messages
2013-08-04 23:15:00tim.peterscreate