Uh oh!
There was an error while loading. Please reload this page.
gh-89363: Skip threading test_is_alive_after_fork() if ASAN - #109835
Conversation
Skip test_is_alive_after_fork() of test_threading if Python is built with Address Sanitizer (ASAN).
vstinner
commented
Sep 25, 2023
Bug seen on GHA Address Sanitizer: https://github.com/python/cpython/actions/runs/6299520741/job/17100440637?pr=109831 |
vstinner
commented
Sep 25, 2023
Windows x64 failed: I created issue gh-109851. |
vstinner
commented
Sep 25, 2023
I wrote PR #109835 for this issue. |
miss-islington
commented
Sep 25, 2023
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 <vstinner@python.org>
…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 <vstinner@python.org>
bedevere-bot
commented
Sep 25, 2023
|
…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).