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 624e179 commit aa0b6f0Copy full SHA for aa0b6f0
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