[issue24061] Python 2.x breaks with address sanitizer

Hanno Boeck report at bugs.python.org
Sun Apr 26 15:17:30 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24061>
_______________________________________


More information about the Python-bugs-list mailing list