This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients scoder, serhiy.storchaka, vstinner
Date 2016-08-22.18:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471889489.53.0.993853700026.issue27809@psf.upfronthosting.co.za>
In-reply-to
Content
I just took a quick look at the fastcall_kwargs-2.patch for now. It looks ok in general, but it also adds quite some special code for the dict-to-locals mapping. Is the keyword argument calling case really that important? I mean, it requires creating a dict and filling it, after all. People would rather avoid that in the first place if they care about performance. I wouldn't object, I'm merely asking...
History
Date User Action Args
2016-08-22 18:11:29scodersetrecipients: + scoder, vstinner, serhiy.storchaka
2016-08-22 18:11:29scodersetmessageid: <1471889489.53.0.993853700026.issue27809@psf.upfronthosting.co.za>
2016-08-22 18:11:29scoderlinkissue27809 messages
2016-08-22 18:11:29scodercreate