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 scoder, serhiy.storchaka, vstinner
Date 2016-08-22.22:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471905967.63.0.76175459904.issue27810@psf.upfronthosting.co.za>
In-reply-to
Content
According to discussions in the issue #27809, require a Python dict leads to inefficient code because a temporary dict may be required. The issue #27830 proposes to pass keyword arguments as (key, value) pairs.

It should be used for the new METH_FASTCALL calling convention.
History
Date User Action Args
2016-08-22 22:46:07vstinnersetrecipients: + vstinner, scoder, serhiy.storchaka
2016-08-22 22:46:07vstinnersetmessageid: <1471905967.63.0.76175459904.issue27810@psf.upfronthosting.co.za>
2016-08-22 22:46:07vstinnerlinkissue27810 messages
2016-08-22 22:46:07vstinnercreate