cpython
cpython copied to clipboard
gh-129824: Fix data race in _PyBuiltins_AddExceptions with subinterpreters
Initialize the PyExc_OSError aliases statically to avoid data races.
- Issue: gh-129824