gh-120321: Fix TSan reported race in gen_clear_frame (gh-142995) · python/cpython@4ea3c1a · GitHub
Skip to content

Commit 4ea3c1a

Browse files
authored
gh-120321: Fix TSan reported race in gen_clear_frame (gh-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.
1 parent 08bc03f commit 4ea3c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/genobject.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)