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 methane
Recipients Mark.Shannon, methane
Date 2019-07-04.11:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562238670.99.0.199905940257.issue37207@roundup.psfhosted.org>
In-reply-to
Content
Can we call tp_call instead of vectorcall when kwargs is not empty?
https://github.com/python/cpython/blob/7f41c8e0dd237d1f3f0a1d2ba2f3ee4e4bd400a7/Objects/call.c#L209-L219

For example, dict_init may be faster than dict_vectorcall when `d2 = dict(**d1)`.
History
Date User Action Args
2019-07-04 11:11:11methanesetrecipients: + methane, Mark.Shannon
2019-07-04 11:11:10methanesetmessageid: <1562238670.99.0.199905940257.issue37207@roundup.psfhosted.org>
2019-07-04 11:11:10methanelinkissue37207 messages
2019-07-04 11:11:10methanecreate