mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
48054d2306
Due to a limitation in TSAN, all reads from `PyThreadState.state` must be
atomic to avoid reported races.
(cherry picked from commit 90ec19fd33)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Miscellaneous source files for the main Python shared library