We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270a080 commit 71057aaCopy full SHA for 71057aa
mypy/modulefinder.py
@@ -751,7 +751,7 @@ def default_lib_path(
751
return path
752
753
754
-@functools.lru_cache(maxsize=None)
+@functools.cache
755
def get_search_dirs(python_executable: str | None) -> tuple[list[str], list[str]]:
756
"""Find package directories for given python. Guaranteed to return absolute paths.
757
0 commit comments