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
Timing the pylint evaluation of checkers/ folder from pylint repo, I don't see a big difference with and without (explicit raise KeyError inserted) the cache:
with:
real 0m57.994s
real 0m58.089s
real 0m57.446s
real 0m57.366s
without:
real 0m58.913s
real 0m58.693s
real 0m59.070s
real 0m58.799s
Moving discussion started in pylint-dev/pylint#7464 to astroid repo.
Steps to reproduce
Current behavior
Instance of .A
Instance of .A
Expected behavior
Instance of .A
Instance of .B
Workaround
Modify inference_tip.py to disable cache in _inference_tip_cached function.
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output2.13.0-dev0
The text was updated successfully, but these errors were encountered: