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 serhiy.storchaka
Recipients docs@python, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-24.18:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511548087.69.0.213398074469.issue32124@psf.upfronthosting.co.za>
In-reply-to
Content
Should PyMem_SetAllocator() and PyObject_SetArenaAllocator() be called before Py_Initialize(), or they can be called after it?

If PyMem_Malloc() and PyObject_Malloc() are not needed for pre-initialization, should we support calling them before Py_Initialize()? There are other functions and macros that can be safely used before Py_Initialize().
History
Date User Action Args
2017-11-24 18:28:07serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, docs@python, eric.snow
2017-11-24 18:28:07serhiy.storchakasetmessageid: <1511548087.69.0.213398074469.issue32124@psf.upfronthosting.co.za>
2017-11-24 18:28:07serhiy.storchakalinkissue32124 messages
2017-11-24 18:28:07serhiy.storchakacreate