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 gregory.p.smith
Recipients gregory.p.smith, twouters
Date 2018-11-12.07:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542007595.0.0.788709270274.issue35214@psf.upfronthosting.co.za>
In-reply-to
Content
clang's memory sanitizer (-fsanitize=memory) turns up useful problems in code.  I'm working on getting a CPython buildbot running it setup but would like our build to be cleaner to start with before I run that.

These are the initial fixes required for most of CPython to pass in an msan build.  We've been using these with our interpreters at Google.  (PR coming)
History
Date User Action Args
2018-11-12 07:26:35gregory.p.smithsetrecipients: + gregory.p.smith, twouters
2018-11-12 07:26:35gregory.p.smithsetmessageid: <1542007595.0.0.788709270274.issue35214@psf.upfronthosting.co.za>
2018-11-12 07:26:34gregory.p.smithlinkissue35214 messages
2018-11-12 07:26:34gregory.p.smithcreate