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 serhiy.storchaka, skrah, vstinner
Date 2017-01-17.17:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484673002.84.0.91683808833.issue29301@psf.upfronthosting.co.za>
In-reply-to
Content
Oh wait, I'm not sure that attached patch has a significant impact on performances. It seems like the speedup mostly comes from the print patch:
http://bugs.python.org/issue29296#msg285668

But well, it is still interesting to use METH_FASTCALL in decimal ;-)
History
Date User Action Args
2017-01-17 17:10:02vstinnersetrecipients: + vstinner, skrah, serhiy.storchaka
2017-01-17 17:10:02vstinnersetmessageid: <1484673002.84.0.91683808833.issue29301@psf.upfronthosting.co.za>
2017-01-17 17:10:02vstinnerlinkissue29301 messages
2017-01-17 17:10:02vstinnercreate