mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
06fd745dd9
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.
(cherry picked from commit 294e724964)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Source files for various builtin objects