[issue46263] FreeBSD buildbots cannot compile Python

Christian Heimes report at bugs.python.org
Thu Jan 6 09:40:00 EST 2022


Christian Heimes <lists at cheimes.de> added the comment:

$ PYTHONMALLOC=malloc_debug ./python t.py
Traceback (most recent call last):
  File "/usr/home/heimes/dev/python/cpython/t.py", line 4, in <module>
    _testcapi.check_pyobject_freed_is_freed()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_testcapi.error: check_pyobject_freed_is_freed: object is not seen as freed
$ echo $?
1

$ MALLOC_CONF="junk:false" PYTHONMALLOC=malloc_debug ./python t.py
$ echo $?
0

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46263>
_______________________________________


More information about the Python-bugs-list mailing list