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 hanno
Recipients hanno
Date 2015-04-26.13:17:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430054250.12.0.0817440488321.issue24061@psf.upfronthosting.co.za>
In-reply-to
Content
Right now it is not possible to build python 2.7.9 with address sanitizer. This issue has been worked around for python 3 in bug #18596 by marking some functions with attributes to tell address sanitizer to ignore them.

I have attached a patch that will apply the same workaround to python 2.7. I'd apprechiate if this could be applied before the next python 2 release. Although it's the "old" python 2 version I think this is important enough to be backported.
History
Date User Action Args
2015-04-26 13:17:30hannosetrecipients: + hanno
2015-04-26 13:17:30hannosetmessageid: <1430054250.12.0.0817440488321.issue24061@psf.upfronthosting.co.za>
2015-04-26 13:17:29hannolinkissue24061 messages
2015-04-26 13:17:29hannocreate