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 serhiy.storchaka
Recipients brian.curtin, ezio.melotti, mrabarnett, serhiy.storchaka, techmaurice, vstinner
Date 2013-01-23.20:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358972355.21.0.0313686549602.issue13169@psf.upfronthosting.co.za>
In-reply-to
Content
Now RuntimeError is raised in this case.

Here is a patch, which:

1) Increases the limit of repeat numbers to 4G (now SRE_CODE at least 32-bit).
2) Raises re.error exception if this limit is exceeded.
3) Fixes some minor related things.
History
Date User Action Args
2013-01-23 20:19:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, brian.curtin, techmaurice
2013-01-23 20:19:15serhiy.storchakasetmessageid: <1358972355.21.0.0313686549602.issue13169@psf.upfronthosting.co.za>
2013-01-23 20:19:15serhiy.storchakalinkissue13169 messages
2013-01-23 20:19:15serhiy.storchakacreate