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 terry.reedy
Recipients eric.smith, nanjekyejoannah, pablogsal, rhettinger, terry.reedy, zach.ware
Date 2022-01-06.20:14:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641500095.21.0.00192270948275.issue46280@roundup.psfhosted.org>
In-reply-to
Content
Last I knew, CPython C code is a) regularly scanned by Valgrind and b) Valgrind is somehow informed as to false positives to not report.  But I know none of the details.  So I suggest you look into this and how to not report the same false positives.

I suggest working with the 'main' branch (future 3.11) as nearly all patches are applied there first and backported as appropriate.

Infer is a facebook github project, used by by other big corps and projects, so it may be worthwhile working with if false positives can be suppressed.
History
Date User Action Args
2022-01-06 20:14:55terry.reedysetrecipients: + terry.reedy, rhettinger, eric.smith, zach.ware, pablogsal, nanjekyejoannah
2022-01-06 20:14:55terry.reedysetmessageid: <1641500095.21.0.00192270948275.issue46280@roundup.psfhosted.org>
2022-01-06 20:14:55terry.reedylinkissue46280 messages
2022-01-06 20:14:55terry.reedycreate