Lines Matching refs:lru_cache
88 - Issue #28991: functools.lru_cache() was susceptible to an obscure reentrancy
171 - Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
182 - Issue #29203: functools.lru_cache() now respects PEP 468 and preserves
521 - Issue #28653: Fix a refleak in functools.lru_cache.
2908 - Issue #25447: Copying the lru_cache() wrapper object now always works,
3048 - Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
3525 - Issue #28991: functools.lru_cache() was susceptible to an obscure reentrancy
4023 - Issue #28653: Fix a refleak in functools.lru_cache.
4659 - Issue #25447: Copying the lru_cache() wrapper object now always works,
5082 - Issue #25447: The lru_cache() wrapper objects now can be copied and pickled
5129 - Issue #24483: C implementation of functools.lru_cache() now calculates key's
5674 constructing lru_cache (C implementation).
5787 - Issue #14373: C implementation of functools.lru_cache() now can be used with
5927 - Issue #14373: Added C implementation of functools.lru_cache(). Based on