-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-89363: Skip threading test_is_alive_after_fork() if ASAN #109835
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_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN).
Bug seen on GHA Address Sanitizer: https://github.com/python/cpython/actions/runs/6299520741/job/17100440637?pr=109831
|
Windows x64 failed: I created issue gh-109851.
|
I wrote PR #109835 for this issue. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-109855 is a backport of this pull request to the 3.12 branch. |
GH-109856 is a backport of this pull request to the 3.11 branch. |
…thonGH-109835) Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN). (cherry picked from commit bc06743) Co-authored-by: Victor Stinner <[email protected]>
…thonGH-109835) Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN). (cherry picked from commit bc06743) Co-authored-by: Victor Stinner <[email protected]>
|
…thon#109835) Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN).
…thon#109835) Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN).
Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN).