[Python-Dev] Summary of Python tracker Issues

2016-03-25 Thread Python tracker
ACTIVITY SUMMARY (2016-03-18 - 2016-03-25) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open5461 ( +2) closed 32938 (+53) total 38399 (+55) Open issues

Re: [Python-Dev] Modify PyMem_Malloc to use pymalloc for performance

2016-03-25 Thread Victor Stinner
So what do you think? Is it worth to change PyMem_Malloc() allocator to pymalloc for a small speedup? Should we do something else before doing that? Or do you expect that too many applications use PyMem_Malloc() without holding the GIL and will not run try to run their application with