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 jdemeyer
Recipients jdemeyer
Date 2019-06-11.13:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560258460.83.0.570346812053.issue37231@roundup.psfhosted.org>
In-reply-to
Content
Change call_method() and related functions in Objects/typeobject.c to allow profiting from the PY_VECTORCALL_ARGUMENTS_OFFSET optimization: instead of passing "self" as separate argument, put it inside the args vector.
History
Date User Action Args
2019-06-11 13:07:40jdemeyersetrecipients: + jdemeyer
2019-06-11 13:07:40jdemeyersetmessageid: <1560258460.83.0.570346812053.issue37231@roundup.psfhosted.org>
2019-06-11 13:07:40jdemeyerlinkissue37231 messages
2019-06-11 13:07:40jdemeyercreate