This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, eric.snow, erlendaasland, gvanrossum, lukasz.langa, miss-islington, ned.deily, pablogsal
Date 2022-01-06.14:40:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641480000.9.0.906824135246.issue46263@roundup.psfhosted.org>
In-reply-to
Content
$ 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
History
Date User Action Args
2022-01-06 14:40:00christian.heimessetrecipients: + christian.heimes, gvanrossum, ned.deily, lukasz.langa, eric.snow, pablogsal, miss-islington, erlendaasland
2022-01-06 14:40:00christian.heimessetmessageid: <1641480000.9.0.906824135246.issue46263@roundup.psfhosted.org>
2022-01-06 14:40:00christian.heimeslinkissue46263 messages
2022-01-06 14:40:00christian.heimescreate