SIGN IN SIGN UP

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.
K
Kumar Aditya committed
b582d751b4968d4534fdb7894e50713676789b2f
Parent: 85f092f
Committed by GitHub <noreply@github.com> on 7/4/2025, 3:48:55 AM