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.20:43:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1919935.nP2zlzugBP@saraksh>
In-reply-to <1511555902.55.0.213398074469.issue32124@psf.upfronthosting.co.za>
Content
> I'm quite sure that calling PyMem_SetAllocator() or
> PyObject_SetArenaAllocator() after Py_Initialize() will quickly crash.

Then document this explicitly like for other functions that *should* be called 
before Py_Initialize() if called at all.
History
Date User Action Args
2017-11-24 20:43:36serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, docs@python, eric.snow
2017-11-24 20:43:35serhiy.storchakalinkissue32124 messages
2017-11-24 20:43:35serhiy.storchakacreate