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 Yury.Selivanov, alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-03-09.17:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457542885.21.0.48616790922.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm sure you can use powerful tools such as "sed" ;-)

I guess that PyMem functions are used in third party C extensions modules. I expect (minor) speedup in these modules too.

I don't understand why we should keep a slow allocator if Python has a faster allocator?
History
Date User Action Args
2016-03-09 17:01:25vstinnersetrecipients: + vstinner, rhettinger, pitrou, Yury.Selivanov, jtaylor, serhiy.storchaka, yselivanov, alecsandru.patrascu, catalin.manciu
2016-03-09 17:01:25vstinnersetmessageid: <1457542885.21.0.48616790922.issue26249@psf.upfronthosting.co.za>
2016-03-09 17:01:25vstinnerlinkissue26249 messages
2016-03-09 17:01:25vstinnercreate