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 vstinner
Recipients Tim.Graham, rhettinger, scoder, serhiy.storchaka, skrah, vstinner
Date 2017-07-13.06:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb3gRyEzrp1riinUYtnP+SJdHw-vMgdCbY1oX4=yGJ83Q@mail.gmail.com>
In-reply-to <1499927302.99.0.51198417121.issue29464@psf.upfronthosting.co.za>
Content
When I worked on FASTCALL, I wasn't sure that the whole project was worth
it. Now I am more confident that it makes function calls faster:
https://haypo.github.io/fastcall-microbenchmarks.html

Stefan, Serhiy: would it be a good idea to make _PyObject_FastCall() and
_PyObject_FastCallKeywords(), or also _PyObject_FastCallDict(), public? I
expect complains from PyPy who will have to support METH_FASTCALL as well
:-)
History
Date User Action Args
2017-07-13 06:47:00vstinnersetrecipients: + vstinner, rhettinger, scoder, skrah, serhiy.storchaka, Tim.Graham
2017-07-13 06:47:00vstinnerlinkissue29464 messages
2017-07-13 06:47:00vstinnercreate