parent
dd2e244469
commit
d784464399
14 changed files with 120 additions and 75 deletions
|
|
@ -5,8 +5,3 @@ from .compat_utils import passthrough_module
|
|||
|
||||
passthrough_module(__name__, 'functools')
|
||||
del passthrough_module
|
||||
|
||||
try:
|
||||
_ = cache # >= 3.9
|
||||
except NameError:
|
||||
cache = lru_cache(maxsize=None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue