Message306917
| 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. |
|