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 florin.papa, pitrou, r.david.murray, rhettinger, skrah, vstinner, zach.ware
Date 2015-10-08.09:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbZXP7Mc+Hpuu7U0UoOP3=Rauwwnwf7Zn61t_QfE4mjaQ@mail.gmail.com>
In-reply-to <1444296847.14.0.668795886911.issue25300@psf.upfronthosting.co.za>
Content
FYI In the discussion of the PEP 445 "Add new APIs to customize Python
memory allocators" it was proposed to add runtime option to choose the
memory allocator. At least for debug purpose, it would help to be able
to use malloc() for *all* Python memory allocations. Would it help to
find more bugs with MPX?

It's not possible to disable our fast allocator for small objects,
disabling it has a high cost on performances (Python would be much
slower).
History
Date User Action Args
2015-10-08 09:37:42vstinnersetrecipients: + vstinner, rhettinger, pitrou, r.david.murray, skrah, zach.ware, florin.papa
2015-10-08 09:37:42vstinnerlinkissue25300 messages
2015-10-08 09:37:41vstinnercreate