Message306912
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(). |
|
| Date |
User |
Action |
Args |
| 2017-11-24 18:28:07 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, vstinner, docs@python, eric.snow |
| 2017-11-24 18:28:07 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-11-24 18:28:07 | serhiy.storchaka | link | issue32124 messages |
| 2017-11-24 18:28:07 | serhiy.storchaka | create | |
|