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 larry, methane, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2017-01-17.01:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170117014845.56179.3322.B7FC44AD@psf.io>
In-reply-to
Content
New changeset 3bf78c286daf by Victor Stinner in branch 'default':
Add _PyArg_UnpackStack() function helper
https://hg.python.org/cpython/rev/3bf78c286daf

New changeset 905e902bd47e by Victor Stinner in branch 'default':
Argument Clinic: Use METH_FASTCALL for boring positionals
https://hg.python.org/cpython/rev/905e902bd47e

New changeset 52acda52b353 by Victor Stinner in branch 'default':
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
https://hg.python.org/cpython/rev/52acda52b353
History
Date User Action Args
2017-01-17 01:48:49python-devsetrecipients: + python-dev, vstinner, larry, methane, serhiy.storchaka, yselivanov
2017-01-17 01:48:49python-devlinkissue29286 messages
2017-01-17 01:48:49python-devcreate