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
_get_zipimporters can call isinstance millions of times when
running pylint's import-error checker on a codebase like yt-dlp.
Checking for None first avoids the overhead of invoking isinstance.
Closespylint-dev/pylint#9607.
0 commit comments