STINNER Victor <vstin...@redhat.com> added the comment:

I have no idea why the test fails on this specific server, whereas it pass on 
our large fleet of buildbots which test various libc and various compilers and 
platforms.

I cannot investigate if I cannot reproduce the failure. Someone should run the 
test in a debugger to see the content of the memory after free.

Python is not used with malloc, except for debug or testing. In thr meanwhile 
you can skip this test for malloc, since it seems to work with pymalloc. The 
same test is run on malloc and on pymalloc.

----------

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

Reply via email to