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 Demur Rumed, Mark.Shannon, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-09.19:51:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473450695.59.0.346786736733.issue27213@psf.upfronthosting.co.za>
In-reply-to
Content
I just pushed my patch for the issue #27830 (add _PyObject_FastCallKeywords()). I'm trying to even push the first parts of METH_FASTCALL (issue #27810).

Could you please try to rebase callfunc-9.patch on top of the development branch? The code is moving soooo fast this week :-/
History
Date User Action Args
2016-09-09 19:51:35vstinnersetrecipients: + vstinner, Mark.Shannon, python-dev, serhiy.storchaka, yselivanov, Demur Rumed
2016-09-09 19:51:35vstinnersetmessageid: <1473450695.59.0.346786736733.issue27213@psf.upfronthosting.co.za>
2016-09-09 19:51:35vstinnerlinkissue27213 messages
2016-09-09 19:51:35vstinnercreate