TSan: data race with _PyThreadState_Attach and _PyThreadState_Detach #116910
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Running
test_concurrent_futures.test_process_pool
with TSan enabled and the GIL enabled yields the two following race conditions:_PyThreadState_Attach
:_PyThreadState_Detach
:CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: