You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache _is_setuptools_namespace results to avoid repetitive I/O (#2705)
_is_setuptools_namespace can end up reading the same files over
and over.
For example, when running pylint's import-error checks on yt-dlp,
~23,500 redundant open() calls were performed prior to caching.
Closespylint-dev/pylint#9603.
0 commit comments