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 methane, serhiy.storchaka, vstinner
Date 2017-02-07.10:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486462573.35.0.333532267911.issue29465@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, pyobject_fastcall-3.patch contains a performance bug :-p PyObject_Call() "unpacks" the tuple and then recreates a new tuple to call functions in for functions other than Python and C functions.
History
Date User Action Args
2017-02-07 10:16:13vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2017-02-07 10:16:13vstinnersetmessageid: <1486462573.35.0.333532267911.issue29465@psf.upfronthosting.co.za>
2017-02-07 10:16:13vstinnerlinkissue29465 messages
2017-02-07 10:16:13vstinnercreate