[issue24061] Python 2.x breaks with address sanitizer

2015-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4234b0dd2a54 by Benjamin Peterson in branch '2.7': allow 2.7 to be built with asan (closes #24061) https://hg.python.org/cpython/rev/4234b0dd2a54 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue24061] Python 2.x breaks with address sanitizer

2015-04-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue24061] Python 2.x breaks with address sanitizer

2015-04-26 Thread Hanno Boeck
Changes by Hanno Boeck : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue24061] Python 2.x breaks with address sanitizer

2015-04-26 Thread Hanno Boeck
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 t