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 Alan Mislove
Recipients Alan Mislove, ezio.melotti, mrabarnett
Date 2016-03-13.10:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457864114.42.0.685788531788.issue26551@psf.upfronthosting.co.za>
In-reply-to
Content
I found a regex and input that causes re.finditer() to appear to get into an infinite loop.  Please see the attached minimal python script that triggers the behavior.  I've verified the bug exists on 2.7.6, 3.4.0, and 3.5.1; I haven't yet be able to test whether it also exists in the latest 3.6.
History
Date User Action Args
2016-03-13 10:15:14Alan Mislovesetrecipients: + Alan Mislove, ezio.melotti, mrabarnett
2016-03-13 10:15:14Alan Mislovesetmessageid: <1457864114.42.0.685788531788.issue26551@psf.upfronthosting.co.za>
2016-03-13 10:15:14Alan Mislovelinkissue26551 messages
2016-03-13 10:15:14Alan Mislovecreate