Skip to content

gh-117657: Add test_thread_local_bytecode to TSAN tests - #129753

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-test_thread_local_bytecode
Feb 11, 2025
Merged

gh-117657: Add test_thread_local_bytecode to TSAN tests#129753
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-test_thread_local_bytecode

Conversation

@colesbury

@colesburycolesbury commented Feb 6, 2025

Copy link
Copy Markdown
Contributor

Skip test_no_copies_if_tlbc_disabled when run under TSAN for now due to a data race on the adaptive counter (see gh-129752).

Skip `test_no_copies_if_tlbc_disabled` when run under TSAN for now
due to a data race on the adaptive counter (see pythongh-129752).
@colesbury
colesbury merged commit 1a8082a into python:mainFeb 11, 2025
@colesbury
colesbury deleted the gh-117657-test_thread_local_bytecode branch February 11, 2025 21:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@colesbury@mpage