The Python 3.13.7 installer for macOS has incorrect text at the bottom of the Introduction page. It says NOTE: This is a release candidate preview of Python 3.14.0, the next feature release of Python ...
This is probably similar to #27023. Ping @Mousius. If I build with TSAN, like so: CC=$(brew --prefix llvm@15)/bin/clang \ CXX=$(brew --prefix llvm@15)/bin/clang++ ...