Skip to content

Commit 9f644c9

Browse files
yoneymeta-codesync[bot]
authored andcommitted
Add tsan suppression
Summary: Suppress range iterators that are fixed upstream but haven’t been backported. python/cpython#142886 Reviewed By: mpage Differential Revision: D95831100 fbshipit-source-id: c5f782829786d3a3e64eb057e2f99703299c9727
1 parent 69338cd commit 9f644c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cinderx/tsan_suppressions_cpython.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ race:_PyVectorcall_FunctionInline
1010
# Dictionary watcher API.
1111
race:PyDict_Watch
1212
race:PyDict_Unwatch
13+
14+
# GH-129068: range iterator races in free-threaded CPython
15+
race:rangeiter_next
16+
race:longrangeiter_next

0 commit comments

Comments
 (0)