Message306656
"3. use hard-coded defaults in PyMem_RawMalloc() and PyMem_RawFree() if the runtime has not been initialized yet"
I dislike this option since it can have a negative impact on performances. The PEP 445 already added a new level of indirection and so made memory allocations a little bit slower. |
|
| Date |
User |
Action |
Args |
| 2017-11-21 15:48:54 | vstinner | set | recipients:
+ vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater |
| 2017-11-21 15:48:54 | vstinner | set | messageid: <[email protected]> |
| 2017-11-21 15:48:54 | vstinner | link | issue32096 messages |
| 2017-11-21 15:48:54 | vstinner | create | |
|