Data race between set_richcompare and frozenset_hash under free-threading #132213
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
We have the following TSAN report from coming JAX CI:
Probably missing atomic read here:
cpython/Objects/setobject.c
Line 2144 in f2daa96
CPython version: Python 3.14.0a6+ experimental free-threading build (heads/main:8680400, Apr 6 2025, 05:24:33) [Clang 18.1.3 (1ubuntu1)]
cc @kumaraditya303
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: