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 alecsandru.patrascu, catalin.manciu, florin.papa, methane, terry.reedy, vstinner
Date 2016-12-29.09:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbOboJQqbTdjhSXJUb_EOYOQWT3Jk1M-+1i+qm+jDvJKA@mail.gmail.com>
In-reply-to <1482975468.67.0.0459783073919.issue26382@psf.upfronthosting.co.za>
Content
I know PyMem and PyObject allocator is same by default. But it's
configurable.
How should I choose right allocator?

The two functions always use the same allocator:
https://docs.python.org/dev/using/cmdline.html#envvar-PYTHONMALLOC

Sorry but which issue are you trying to fix here? Can you please elaborate
your use case?

As I wrote before, only Python 2 should be modified now (if you consider
that it's worth it, the speedup is small).
History
Date User Action Args
2016-12-29 09:41:53vstinnersetrecipients: + vstinner, terry.reedy, methane, alecsandru.patrascu, florin.papa, catalin.manciu
2016-12-29 09:41:53vstinnerlinkissue26382 messages
2016-12-29 09:41:53vstinnercreate