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

test_pyobject_is_freed_free() test can be simplified as attached is_freed.py 
using:

$ LD_LIBRARY_PATH=$PWD PYTHONMALLOC=debug ./python is_freed.py; echo $?
0

0 means success: the test pass.

1 means failure: the test fails.

(Again, I cannot reproduce this failure.)

----------
Added file: https://bugs.python.org/file48398/is_freed.py

_______________________________________
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