STINNER Victor <victor.stin...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to