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-08-22.21:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160822212218.757.7318.2C9FB81C@psf.io>
In-reply-to
Content
New changeset 1aefb4c4a7b4 by Victor Stinner in branch 'default':
_PyFunction_FastCallDict() supports keyword args
https://hg.python.org/cpython/rev/1aefb4c4a7b4

New changeset 7924eac912fe by Victor Stinner in branch 'default':
Issue #27809: Cleanup _PyEval_EvalCodeWithName()
https://hg.python.org/cpython/rev/7924eac912fe

New changeset 15eab21bf934 by Victor Stinner in branch 'default':
Issue #27809: Use _PyObject_FastCallDict()
https://hg.python.org/cpython/rev/15eab21bf934
History
Date User Action Args
2016-08-22 21:22:21python-devsetrecipients: + python-dev, scoder, vstinner, serhiy.storchaka
2016-08-22 21:22:21python-devlinkissue27809 messages
2016-08-22 21:22:21python-devcreate