Skip to content

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Mar 21, 2025

The subinterpreter tests have data races (see gh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's simpler to just skip those tests -- they're not multithreaded anyways.

The subinterpreter tests have data races (see pythongh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
@colesbury colesbury merged commit 56d0f9a into python:main Mar 21, 2025
50 checks passed
@colesbury colesbury deleted the gh-117657-unsafe-tests branch March 21, 2025 19:16
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
)

The subinterpreter tests have data races (see pythongh-129824).

TSAN attempts to intercept some of the fatal signals, which can lead to
bogus reports. We could possibly handle these via TSAN_OPTIONS, but it's
simpler to just skip those tests -- they're not multithreaded anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants