Re: [Python-Dev] Have a big machine and spare time? Here's a possible Python bug.

2019年5月23日 09:51:06 -0700

On 2019年5月24日 00:59:08 +0900
Inada Naoki <[email protected]> wrote:
> >
> > It's relatively easy to test replacing our custom allocators with the
> > system ones, yes? Can we try those to see whether they have the same
> > characteristic?
> > 
> 
> Yes.
> 
> PYTHONMALLOC=malloc LD_PRELOAD=/path/to/jemalloc.so python script.py
> 
> I will try it tomorrow.
Can you simply test with the system allocator rather than jemalloc?
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to