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 arigo
Recipients arigo
Date 2010-08-24.13:12:02
SpamBayes Score 0.00012181191
Marked as misclassified No
Message-id <1282655524.54.0.725053060384.issue9669@psf.upfronthosting.co.za>
In-reply-to
Content
The attached example shows a case where the '_sre' module goes into an instantaneous infinite memory leak.  The bug (and probably the fix too) is related to empty matches in the MIN_UNTIL operator ("+?", "*?").  It looks very similar to the bug and fix already checked in about the MAX_UNTIL operator ("+", "*").
History
Date User Action Args
2010-08-24 13:12:04arigosetrecipients: + arigo
2010-08-24 13:12:04arigosetmessageid: <1282655524.54.0.725053060384.issue9669@psf.upfronthosting.co.za>
2010-08-24 13:12:03arigolinkissue9669 messages
2010-08-24 13:12:02arigocreate