◐ Shell
clean mode source ↗

Run address sanitiser in the GitHub CI by pablogsal · Pull Request #26640 · python/cpython

I know it is clumsy to have to list all the exceptions, but that makes it clear what is excluded.

My concern is that there is also an ASAN buildbot, and this denylist is copied manually. It increases the maintenance burden. Well, since @pablogsal runs the buildbot, he is likely eagger to maintain these two lists manually ;-)

Maybe an option is not needed, and regrtest could detected if Python was built with ASAN using sysconfig to get compiler flags.

We want to make the list shorter, having this long list makes it clear what needs fixing.

Sure, it would be great to skip less tests ;-)