Message114785
| 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:04 | arigo | set | recipients: + arigo |
| 2010-08-24 13:12:04 | arigo | set | messageid: <1282655524.54.0.725053060384.issue9669@psf.upfronthosting.co.za> |
| 2010-08-24 13:12:03 | arigo | link | issue9669 messages |
| 2010-08-24 13:12:02 | arigo | create | |