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-24.13:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359035063.9.0.15151843105.issue13169@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated for addressing Ezio's and Matthew's comments. MAXREPEAT now defined in the C code. It lowered to 2G on 32-bit platform to fit repetition numbers into Py_ssize_t. The condition for raising of an exception now more complex: if the repetition number overflows Py_ssize_t it means the same as an infinity bound and in this case an exception is not raised (i.e. it never raised on 32-bit platform). Tests added.
History
Date User Action Args
2013-01-24 13:44:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, brian.curtin, techmaurice
2013-01-24 13:44:23serhiy.storchakasetmessageid: <1359035063.9.0.15151843105.issue13169@psf.upfronthosting.co.za>
2013-01-24 13:44:23serhiy.storchakalinkissue13169 messages
2013-01-24 13:44:23serhiy.storchakacreate