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
Closing because we went from "painfully slow" to "normal pylint slowness" on this particular use case. See #4814 for startup time performance issue that explain the 2s.
The following code:
testGenerics.py
produces the following output:
Note the 32 seconds run time.
Increasing the number of generic classes in a chain can easily bump the
pylint
run time to an hour or more.The similar code without generics:
testNoGenerics.py
has no such problems:
The text was updated successfully, but these errors were encountered: