[issue26532] build fails with address sanitizer

2020-02-19 Thread Henry Royal
Change by Henry Royal : -- title: sanitizer -> build fails with address sanitizer versions: +Python 3.6, Python 3.7 -Python 3.9 ___ Python tracker ___

[issue26532] build fails with address sanitizer

2020-02-19 Thread Henry Royal
Change by Henry Royal : -- versions: +Python 3.5 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26532] build fails with address sanitizer

2017-02-24 Thread Jonas Jelten
Changes by Jonas Jelten : -- nosy: +jj ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26532] build fails with address sanitizer

2016-03-11 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> third party status: open -> closed ___ Python tracker ___

[issue26532] build fails with address sanitizer

2016-03-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a gcc issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65873 . -- ___ Python tracker ___

[issue26532] build fails with address sanitizer

2016-03-10 Thread SilentGhost
Changes by SilentGhost : -- nosy: +benjamin.peterson, haypo, serhiy.storchaka versions: +Python 3.6 ___ Python tracker ___

[issue26532] build fails with address sanitizer

2016-03-10 Thread shakur shams Mullick
New submission from shakur shams Mullick: After configuring with address sanitizer like this: $ ./configure --with-address-sanitizer --disable-ipv6 build fails when: $make gcc -pthread -c -fsanitize=address -fno-omit-frame-pointer -Wno-unused-result -Wsign-compare -Wunreachable-code