TSAN race in _waiting_release #123828
Labels
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
A TSAN (gcc-12) build of the latest version of cpython reports a race in the test_send_recv_different_interpreters_and_threads test:
Indeed,
cpython/Modules/_interpchannelsmodule.c
Line 504 in 8b209fd
waiting->status
to change state, withcpython/Modules/_interpchannelsmodule.c
Line 498 in 8b209fd
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: