mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
137595f2a1
The race condition with `free_threadstate` and daemon threads exists in
both the free threading and default builds. We were missing a
suppression in the default build.
(cherry picked from commit cc17307faa)