◐ Shell
clean mode source ↗

gh-120321: Fix TSan reported race in gen_clear_frame by colesbury · Pull Request #142995 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

TSan treats compare-exchanges that fail as if they are writes
so there is a false positive with the read of gi_frame_state in
gen_close.

cocolato pushed a commit to cocolato/cpython that referenced this pull request

Dec 22, 2025
…142995)

TSan treats compare-exchanges that fail as if they are writes
so there is a false positive with the read of gi_frame_state in
gen_close.

Labels