◐ Shell
clean mode source ↗

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:12serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, scoder, ezio.melotti
2015-04-14 09:28:12serhiy.storchakasetmessageid: <1429003692.84.0.950419229451.issue23507@psf.upfronthosting.co.za>
2015-04-14 09:28:12serhiy.storchakalinkissue23507 messages
2015-04-14 09:28:12serhiy.storchakacreate