Data race between _Py_NewReference and _Py_IsOwnedByCurrentThread under free-threading #131680
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 see the following race in JAX free-threading TSAN instrumented CI:
Full data race logs: https://gist.github.com/vfdev-5/5441af8bc7a6a8eb76bdfdfcabbac245
Unfortunately, we do not have a minimal reproducer (may try to provide later if needed).
cc @hawkinsp
CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: