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.14:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560264211.71.0.0575753966343.issue37233@roundup.psfhosted.org>
In-reply-to
Content
The PEP 590 implementation for type "method" caused a minor regression: instead of using _PyObject_Call_Prepend(), method_vectorcall manually allocates and fills a newly allocated vector. This does NOT use the  _PY_FASTCALL_SMALL_STACK optimization, but it should.
History
Date User Action Args
2019-06-11 14:43:31jdemeyersetrecipients: + jdemeyer
2019-06-11 14:43:31jdemeyersetmessageid: <1560264211.71.0.0575753966343.issue37233@roundup.psfhosted.org>
2019-06-11 14:43:31jdemeyerlinkissue37233 messages
2019-06-11 14:43:31jdemeyercreate