Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Sep 29, 2023

Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
@vstinnervstinner enabled auto-merge (squash) September 29, 2023 12:13
@vstinnervstinner merged commit 86e76ab into python:mainSep 29, 2023
@vstinnervstinner deleted the test_threading_asan branch September 29, 2023 12:41
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 86e76ab8af9a5018acbcdcbb6285678175b1bd8a 3.12

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 86e76ab8af9a5018acbcdcbb6285678175b1bd8a 3.11

vstinner added a commit to vstinner/cpython that referenced this pull request Sep 29, 2023
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
@bedevere-app
Copy link

GH-110103 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Sep 29, 2023
@bedevere-app
Copy link

GH-110104 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Sep 29, 2023
vstinner added a commit that referenced this pull request Sep 29, 2023
…110104) gh-110031: Skip test_threading fork tests if ASAN (#110100) Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
vstinner added a commit to vstinner/cpython that referenced this pull request Oct 2, 2023
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
vstinner added a commit that referenced this pull request Oct 2, 2023
…110103) gh-110031: Skip test_threading fork tests if ASAN (#110100) Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN). (cherry picked from commit 86e76ab)
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Skip test_threading tests using thread+fork if Python is built with Address Sanitizer (ASAN).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@miss-islington