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 python-dev, scoder, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-08-22.10:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471861985.6.0.101122952603.issue27128@psf.upfronthosting.co.za>
In-reply-to
Content
> FYI: I copied your (no-kwargs) implementation over into Cython and I get around 17% faster calls to Python functions with 2 positional arguments.

Hey, cool! It's always cool to get performance enhancement without having to break the C API nor having to modify source code :-)

What do you mean by "I copied your (no-kwargs) implementation"? The whole giant patch? Or just a few changes? Which changes?
History
Date User Action Args
2016-08-22 10:33:05vstinnersetrecipients: + vstinner, scoder, python-dev, serhiy.storchaka, yselivanov, ztane
2016-08-22 10:33:05vstinnersetmessageid: <1471861985.6.0.101122952603.issue27128@psf.upfronthosting.co.za>
2016-08-22 10:33:05vstinnerlinkissue27128 messages
2016-08-22 10:33:05vstinnercreate