Files
cpython/Lib/test/test_free_threading/test_functools.py
Peter Hawkins 9ad0c7b0f1 gh-132641: fix race in lru_cache under free-threading (#133787)
Fix race in `lru_cache` by acquiring critical section on the cache object itself and call the lock held variant of dict functions to modify the underlying dict.
2025-05-13 17:38:57 +00:00

1.9 KiB