Message 174638 - Python tracker
Message174638
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, brett.cannon, ezio.melotti, ncoghlan, pitrou, pjenvey, rhettinger, serhiy.storchaka, zzzeek |
| Date | 2012-11-03.15:43:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1351957399.63.0.173490130638.issue16389@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not only 3.3 regression, this is also 3.2 regression. 3.1, 3.2 and 3.3 have different caching implementation.
Mikrobenchmark:
$ ./python -m timeit -s "import re" "re.match('', '')"
Results:
3.1: 2.61 usec per loop
3.2: 5.77 usec per loop
3.3: 11.8 usec per loop |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-03 15:43:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, brett.cannon, rhettinger, ncoghlan, pitrou, pjenvey, ezio.melotti, zzzeek |
| 2012-11-03 15:43:19 | serhiy.storchaka | set | messageid: <1351957399.63.0.173490130638.issue16389@psf.upfronthosting.co.za> |
| 2012-11-03 15:43:19 | serhiy.storchaka | link | issue16389 messages |
| 2012-11-03 15:43:19 | serhiy.storchaka | create | |