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 josh.r, python-dev, serhiy.storchaka, vstinner
Date 2017-01-03.01:05:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170103010546.25630.45293.780F6BB4@psf.io>
In-reply-to
Content
New changeset 5f7cd3b6c9b1 by Victor Stinner in branch 'default':
Issue #28839: Optimize function_call()
https://hg.python.org/cpython/rev/5f7cd3b6c9b1

New changeset f9dd607dc04c by Victor Stinner in branch 'default':
Optimize _PyFunction_FastCallDict() when kwargs is {}
https://hg.python.org/cpython/rev/f9dd607dc04c
History
Date User Action Args
2017-01-03 01:05:49python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka, josh.r
2017-01-03 01:05:49python-devlinkissue28839 messages
2017-01-03 01:05:49python-devcreate