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 ZackerySpytz, benjamin.peterson, nikratio, skrah, vstinner
Date 2020-01-06.16:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578327838.91.0.109258637344.issue35561@roundup.psfhosted.org>
In-reply-to
Content
> Initialize ev.data to 0

I dislike this option, since the code is legit: Valgrind produces a false alarm.

> Use Misc/valgrind-python.supp to ignore this *false alarm*

I prefer this option.
History
Date User Action Args
2020-01-06 16:23:58vstinnersetrecipients: + vstinner, benjamin.peterson, nikratio, skrah, ZackerySpytz
2020-01-06 16:23:58vstinnersetmessageid: <1578327838.91.0.109258637344.issue35561@roundup.psfhosted.org>
2020-01-06 16:23:58vstinnerlinkissue35561 messages
2020-01-06 16:23:58vstinnercreate