aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pydoc/test_pydoc.py
diff options
context:
space:
mode:
authorKumar Aditya <kumaraditya@python.org>2025-07-04 09:18:55 +0530
committerGitHub <noreply@github.com>2025-07-04 03:48:55 +0000
commitb582d751b4968d4534fdb7894e50713676789b2f (patch)
tree12680c6e9a5a68b63cbe01ca5b2d67fdc58fdfc0 /Lib/test/test_pydoc/test_pydoc.py
parent85f092f541a2caf47e77b8510cbc720216e91e63 (diff)
downloadcpython-b582d751b4968d4534fdb7894e50713676789b2f.tar.gz
cpython-b582d751b4968d4534fdb7894e50713676789b2f.zip
gh-129824: fix data races in subinterpreters under TSAN (#135794)
This fixes the data races in typeobject.c in subinterpreters under free-threading. The type flags and slots are only modified in the main interpreter as all static types are first initialised in main interpreter.
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
0 files changed, 0 insertions, 0 deletions