[issue40953] _PyWideStringList_Copy breaks asan builds

2020-06-15 Thread STINNER Victor
STINNER Victor added the comment: Regression introduced by commit e81f6e687d0f04a45f2389d0b43fafd6d8491624 in bpo-40910. I wrote PR 20886 to fix it. -- ___ Python tracker

[issue40953] _PyWideStringList_Copy breaks asan builds

2020-06-15 Thread Christian Heimes
Change by Christian Heimes : -- nosy: +vstinner stage: -> needs patch type: compile error -> resource usage ___ Python tracker ___

[issue40953] _PyWideStringList_Copy breaks asan builds

2020-06-12 Thread Christian Heimes
New submission from Christian Heimes : It's not possible to build Python with address sanitizer and memory leak checker asan. $ ./configure --with-address-sanitizer --with-undefined-behavior-sanitizer $ make ... ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \