gh-120321: Fix TSan reported race in gen_clear_frame by colesbury · Pull Request #142995 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
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
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters