[issue37169] test_pyobject_is_freed_free fails with 3.8.0beta1

STINNER Victor report at bugs.python.org
Thu Jun 6 11:37:05 EDT 2019


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue37169>
_______________________________________


More information about the Python-bugs-list mailing list