Bug report
Bug description:
There are some additional data races (producing TSAN warnings) for typeobject.c in the free-threaded build.
The following stores are unsafe:
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
Bug report
Bug description:
There are some additional data races (producing TSAN warnings) for typeobject.c in the free-threaded build.
The following stores are unsafe:
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
type_set_name(GH-137302) #137303tp_baserace in free threading #140549