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 ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, techmaurice, vstinner
Date 2013-02-16.15:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361027261.07.0.0255903271535.issue13169@psf.upfronthosting.co.za>
In-reply-to
Content
I have committed simplified patches. They don't change an exception type from OverflowError to re.error (but an error message now is more helpful) and don't made the code clever enough to not raise an exception when a repetition number is exceeded sys.maxsize.
History
Date User Action Args
2013-02-16 15:07:41serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, python-dev, techmaurice
2013-02-16 15:07:41serhiy.storchakasetmessageid: <1361027261.07.0.0255903271535.issue13169@psf.upfronthosting.co.za>
2013-02-16 15:07:40serhiy.storchakalinkissue13169 messages
2013-02-16 15:07:40serhiy.storchakacreate