Message 240862 - Python tracker
Message240862
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, pitrou, rhettinger, scoder, serhiy.storchaka |
| Date | 2015-04-14.09:28:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429003692.84.0.950419229451.issue23507@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
map doesn't use PyObject_CallFunctionObjArgs(). If compare results for map with results for filter and list.sort, seems that PyTuple_New() is responsible for 24% and PyObject_CallFunctionObjArgs() adds other 14%. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-14 09:28:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, pitrou, scoder, ezio.melotti |
| 2015-04-14 09:28:12 | serhiy.storchaka | set | messageid: <1429003692.84.0.950419229451.issue23507@psf.upfronthosting.co.za> |
| 2015-04-14 09:28:12 | serhiy.storchaka | link | issue23507 messages |
| 2015-04-14 09:28:12 | serhiy.storchaka | create | |