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, sxt1001, terry.reedy
Date 2022-02-27.10:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645959030.78.0.882445193849.issue46849@roundup.psfhosted.org>
In-reply-to
Content
Valgrind does not understand Python's custom obmalloc allocator. You have to run valgrind with our suppression rules Misc/valgrind-python.supp to ignore false errors.
History
Date User Action Args
2022-02-27 10:50:30christian.heimessetrecipients: + christian.heimes, terry.reedy, sxt1001
2022-02-27 10:50:30christian.heimessetmessageid: <1645959030.78.0.882445193849.issue46849@roundup.psfhosted.org>
2022-02-27 10:50:30christian.heimeslinkissue46849 messages
2022-02-27 10:50:30christian.heimescreate