-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-110031: Skip test_threading fork tests if ASAN #110100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
2c64ea7
to
4465278
Compare
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @vstinner, I could not cleanly backport this to |
Sorry, @vstinner, I could not cleanly backport this to |
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
GH-110103 is a backport of this pull request to the 3.12 branch. |
GH-110104 is a backport of this pull request to the 3.11 branch. |
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
Skip test_threading tests using fork if Python is built with ASAN.