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 ncoghlan
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, gregory.p.smith, jlaurila, jszakmeister, kristjan.jonsson, ncoghlan, neilo, pitrou, pjmcnerney, rhettinger, tlesher, vstinner
Date 2013-03-11.11:15:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363000526.44.0.0184078134699.issue3329@psf.upfronthosting.co.za>
In-reply-to
Content
Note that I'm definitely open to including extra settings to set up custom allocators as part of Py_CoreConfig in PEP 432 (http://www.python.org/dev/peps/pep-0432/#pre-initialization-phase).

I don't really want to continue the tradition of additional PySet_* APIs with weird conditions on when they have to be called, though (trying to prevent more of that kind of organic growth in complexity is why I wrote PEP 432 in the first place)
History
Date User Action Args
2013-03-11 11:15:26ncoghlansetrecipients: + ncoghlan, barry, rhettinger, gregory.p.smith, amaury.forgeotdarc, Rhamphoryncus, pitrou, kristjan.jonsson, vstinner, jszakmeister, tlesher, jlaurila, neilo, pjmcnerney
2013-03-11 11:15:26ncoghlansetmessageid: <1363000526.44.0.0184078134699.issue3329@psf.upfronthosting.co.za>
2013-03-11 11:15:26ncoghlanlinkissue3329 messages
2013-03-11 11:15:26ncoghlancreate