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 Sümer.Cip
Recipients Sümer.Cip
Date 2019-10-18.22:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571436071.95.0.156296507321.issue38522@roundup.psfhosted.org>
In-reply-to
Content
Hi all,

While trying to debug Python C extension via valgrind, I was reading the document Misc/README.valgrind and it seems there are some parts not being uptodate. There is comments comments like following:

Uncomment Py_USING_MEMORY_DEBUGGER in Objects/obmalloc.c, then rebuild Python. This define seems to be removed from the obmalloc.c file and also I am not sure if anything is using it at all. When I searched the code, only Python/dtoa.c have a reference to this define. Anyway, I have not specifically investigated the reason behind of the removal of the define but it seems it is removed somewhere between 3.3 and 3.4. I am assuming it might be related with tracemalloc maybe? 

Cheers,
History
Date User Action Args
2019-10-18 22:01:12Sümer.Cipsetrecipients: + Sümer.Cip
2019-10-18 22:01:11Sümer.Cipsetmessageid: <1571436071.95.0.156296507321.issue38522@roundup.psfhosted.org>
2019-10-18 22:01:11Sümer.Ciplinkissue38522 messages
2019-10-18 22:01:11Sümer.Cipcreate