mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
294e724964
Refactor the fast Unicode hash check into `_PyObject_HashFast` and use relaxed atomic loads in the free-threaded build. After this change, the TSAN doesn't report data races for this method.
Source files for various builtin objects