Relative Content

Tag Archive for pythonc++address-sanitizer

How to use msvc ASan for Cpp extension of python?

I wish to use ASan on msvc for cpp extensions of python. I’m on win10 and VS2022 17.9.3. Frist I tried microsoft’s tutorial and it works. Then I use cython to wrap my cpp code. My code is here.