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 vstinner
Recipients miss-islington, vstinner
Date 2019-10-08.13:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570543093.07.0.200165263542.issue38118@roundup.psfhosted.org>
In-reply-to
Content
Ok, the issue has been fixed in 3.7, 3.8 and master branches.

Ensure that you use Valgrind with Misc/valgrind.supp. Example:

$ echo|PYTHONMALLOC=malloc valgrind --suppressions=Misc/valgrind-python.supp ./python Lib/tokenize.py
(...)
==12923== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 1 from 1)

I close the issue.
History
Date User Action Args
2019-10-08 13:58:13vstinnersetrecipients: + vstinner, miss-islington
2019-10-08 13:58:13vstinnersetmessageid: <1570543093.07.0.200165263542.issue38118@roundup.psfhosted.org>
2019-10-08 13:58:13vstinnerlinkissue38118 messages
2019-10-08 13:58:13vstinnercreate