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 python-dev
Recipients python-dev, scoder, serhiy.storchaka, vstinner
Date 2016-09-10.03:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160910032239.69908.39206.94C4EC64@psf.io>
In-reply-to
Content
New changeset 86b0f5a900c7 by Victor Stinner in branch 'default':
Add METH_FASTCALL calling convention
https://hg.python.org/cpython/rev/86b0f5a900c7

New changeset 633f850038c3 by Victor Stinner in branch 'default':
Emit METH_FASTCALL code in Argument Clinic
https://hg.python.org/cpython/rev/633f850038c3

New changeset 97a68adbe826 by Victor Stinner in branch 'default':
Issue #27810: Rerun Argument Clinic on all modules
https://hg.python.org/cpython/rev/97a68adbe826
History
Date User Action Args
2016-09-10 03:22:42python-devsetrecipients: + python-dev, scoder, vstinner, serhiy.storchaka
2016-09-10 03:22:42python-devlinkissue27810 messages
2016-09-10 03:22:42python-devcreate