New submission from Hanno Boeck:

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.

----------
files: python-2.7.9-workaround-asan.diff
keywords: patch
messages: 242055
nosy: hanno
priority: normal
severity: normal
status: open
title: Python 2.x breaks with address sanitizer
versions: Python 2.7
Added file: http://bugs.python.org/file39208/python-2.7.9-workaround-asan.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to