Message 167038 - Python tracker
Message167038
| Author | serhiy.storchaka |
|---|---|
| Recipients | crouleau, ezio.melotti, mrabarnett, serhiy.storchaka, tim.peters |
| Date | 2012-07-31.19:48:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1343764117.01.0.860971818536.issue15515@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Make a distinction between a large number of infinity. You have a bad regexp, the matching time depends exponentially on the length of the string. Try with short strings. Use the regexp r"(\w:)(\\?[\w\.\-]+)((\\[\w\.\-]+)*)(\.[\w ]+): ". It's not a bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-07-31 19:48:37 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, ezio.melotti, mrabarnett, crouleau |
| 2012-07-31 19:48:37 | serhiy.storchaka | set | messageid: <1343764117.01.0.860971818536.issue15515@psf.upfronthosting.co.za> |
| 2012-07-31 19:48:36 | serhiy.storchaka | link | issue15515 messages |
| 2012-07-31 19:48:35 | serhiy.storchaka | create | |