This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthonypjshaw
Recipients anthonypjshaw, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-22.06:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640154248.92.0.748641405143.issue46147@roundup.psfhosted.org>
In-reply-to
Content
After some experimentation, this can be done if you enable ASAN in all projects except python3dll.vcxproj

I think it would make sense (if this were supported) to have a flag in build.bat like there is for pgo

`build.bat --asan`
History
Date User Action Args
2021-12-22 06:24:08anthonypjshawsetrecipients: + anthonypjshaw, paul.moore, tim.golden, zach.ware, steve.dower
2021-12-22 06:24:08anthonypjshawsetmessageid: <1640154248.92.0.748641405143.issue46147@roundup.psfhosted.org>
2021-12-22 06:24:08anthonypjshawlinkissue46147 messages
2021-12-22 06:24:08anthonypjshawcreate