diff options
author | Kumar Aditya <kumaraditya@python.org> | 2025-07-04 09:18:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-04 03:48:55 +0000 |
commit | b582d751b4968d4534fdb7894e50713676789b2f (patch) | |
tree | 12680c6e9a5a68b63cbe01ca5b2d67fdc58fdfc0 /Lib/test/test_pydoc/test_pydoc.py | |
parent | 85f092f541a2caf47e77b8510cbc720216e91e63 (diff) | |
download | cpython-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