forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should fix Rust builds when sanitizers are enabled
- asan - Works as-is
- tsan - example failure: http://github.com/Rust-for-CPython/cpython/actions/runs/22603598706/job/65491451673
- ubsan - not supported by Rust, so we should do a normal Rust build when ubsan is enabled
There's an additional open question about whether Rust's sanitzer support works with gcc's (I expect not?), but it'd be good to follow up on that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request