blob: f2a4171294f0c0c7c843c0f16e859efd561a042c [file] [log] [blame]
Fixed race condition in C implementation of functools.lru_cache. KeyError
could be raised when cached function with full cache was simultaneously
called from differen threads with the same uncached arguments.