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 larry, methane, vstinner
Date 2017-01-18.16:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484758450.31.0.717694851278.issue29311@psf.upfronthosting.co.za>
In-reply-to
Content
The dict type has multiple methods which use METH_VARARGS or METH_VARARGS|METH_KEYWORDS calling convention, whereras there is no a new faster METH_FASTCALL calling convention which avoids temporary tuple/dict to pass arguments.
History
Date User Action Args
2017-01-18 16:54:10vstinnersetrecipients: + vstinner, larry, methane
2017-01-18 16:54:10vstinnersetmessageid: <1484758450.31.0.717694851278.issue29311@psf.upfronthosting.co.za>
2017-01-18 16:54:10vstinnerlinkissue29311 messages
2017-01-18 16:54:10vstinnercreate