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 b3eff87 commit 6d9472eCopy full SHA for 6d9472e
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