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 Mark.Shannon, corona10, jdemeyer, methane, miss-islington, petr.viktorin, phsilva, vstinner
Date 2020-04-02.01:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585791084.56.0.0863669632294.issue37207@roundup.psfhosted.org>
In-reply-to
Content
> When I designed the FASTCALL calling convention, I experimented a new tp_fastcall slot to PyTypeObject to optimize __call__() method: bpo-29259.

Ah, by the way, I also made an attempt to use the FASTCALL calling convention for tp_new and tp_init: bpo-29358. Again, the speedup wasn't obvious and the implementation was quite complicated with many corner cases. So I gave up on this one. It didn't seem to be really worth it.
History
Date User Action Args
2020-04-02 01:31:24vstinnersetrecipients: + vstinner, phsilva, petr.viktorin, methane, Mark.Shannon, jdemeyer, corona10, miss-islington
2020-04-02 01:31:24vstinnersetmessageid: <1585791084.56.0.0863669632294.issue37207@roundup.psfhosted.org>
2020-04-02 01:31:24vstinnerlinkissue37207 messages
2020-04-02 01:31:24vstinnercreate