STINNER Victor added the comment:

In Python 3.6, PyMem_Malloc() is now an alias to PyObject_Malloc(), both 
functions use the pymalloc allocator: see the issue #26249.

This issue can now be closed.

--

Note: I created the issue #26249 when I saw the good results of the issue 
#23601. In fact, I had the idea when I wrote tracemalloc, but I chose to defer 
the idea because some people expected regressions. PYTHONMALLOC=debug should 
now help to find and debug issues:
https://docs.python.org/dev/whatsnew/3.6.html#pythonmalloc-environment-variable

----------

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

Reply via email to