Message 167028 - Python tracker
Message167028
| Author | mrabarnett |
|---|---|
| Recipients | crouleau, ezio.melotti, mrabarnett |
| Date | 2012-07-31.18:59:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1343761178.93.0.162421814441.issue15515@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
That's because it uses a pathological regular expression (catastrophic backtracking). The problem lies here: (\\?[\w\.\-]+)+ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-07-31 18:59:38 | mrabarnett | set | recipients: + mrabarnett, ezio.melotti, crouleau |
| 2012-07-31 18:59:38 | mrabarnett | set | messageid: <1343761178.93.0.162421814441.issue15515@psf.upfronthosting.co.za> |
| 2012-07-31 18:59:38 | mrabarnett | link | issue15515 messages |
| 2012-07-31 18:59:38 | mrabarnett | create | |