Files
cpython/Objects
AN Long 294e724964 gh-117657: Fix data races reported by TSAN in some set methods (#120914)
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.
2024-07-01 15:11:39 -04:00
..
2024-06-24 19:47:00 +02:00
2024-06-24 19:47:00 +02:00
2024-06-24 19:47:00 +02:00
2024-06-24 19:47:00 +02:00

Source files for various builtin objects