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 pitrou
Recipients Yury.Selivanov, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-02.13:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454419691.29.0.227889235897.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
> It looks like some benchmarks are up to 4% faster:

What this says is that some internals uses of PyMem_XXX should be replaced with PyObject_XXX.
History
Date User Action Args
2016-02-02 13:28:11pitrousetrecipients: + pitrou, rhettinger, vstinner, Yury.Selivanov, jtaylor, serhiy.storchaka, yselivanov
2016-02-02 13:28:11pitrousetmessageid: <1454419691.29.0.227889235897.issue26249@psf.upfronthosting.co.za>
2016-02-02 13:28:11pitroulinkissue26249 messages
2016-02-02 13:28:11pitroucreate