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 Paul Price
Recipients Paul Price
Date 2018-08-10.18:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533927265.92.0.56676864532.issue34377@psf.upfronthosting.co.za>
In-reply-to
Content
I've found that the valgrind suppressions don't work for me with cpython 3.6.2. Renaming PyObject_Free/PyObject_Realloc to _PyObject_Free/_PyObject_Realloc in the suppressions file works.

I've got a patch that I'll put in via a GitHub PR.
History
Date User Action Args
2018-08-10 18:54:25Paul Pricesetrecipients: + Paul Price
2018-08-10 18:54:25Paul Pricesetmessageid: <1533927265.92.0.56676864532.issue34377@psf.upfronthosting.co.za>
2018-08-10 18:54:25Paul Pricelinkissue34377 messages
2018-08-10 18:54:25Paul Pricecreate