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 btharper, matrixise, miss-islington, ned.deily, vstinner
Date 2019-10-08.13:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570539796.06.0.883588951918.issue36356@roundup.psfhosted.org>
In-reply-to
Content
> The default build of python with ASAN builds successfully. Test suite and PGO build are currently blocked, but that can be separated if it makes more sense to handle them individually.

Yeah, please open one issue per ASAN issue (try to group similar warnings in the same Python issue?).


> Would it make sense to add an ASAN build to the CI pipeline to make detection automatic going forward?

Gregory maintains a clang UBSan buildbot:
https://buildbot.python.org/all/#/builders/135

Usually I prefer to setup a buildbot when most issues are fixed.

I close this issue.
History
Date User Action Args
2019-10-08 13:03:16vstinnersetrecipients: + vstinner, ned.deily, matrixise, miss-islington, btharper
2019-10-08 13:03:16vstinnersetmessageid: <1570539796.06.0.883588951918.issue36356@roundup.psfhosted.org>
2019-10-08 13:03:16vstinnerlinkissue36356 messages
2019-10-08 13:03:15vstinnercreate