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
When running pylint on one submodule of the pylint primer, music21.stream.core, the caching removed in #1747 causes 2,711 calls to self.file_from_module_name(modname, context_file) for the module name music21.
Look into whether we can reintroduce some sort of caching without recausing pylint-dev/pylint#5151.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
When running pylint on one submodule of the pylint primer,
music21.stream.core
, the caching removed in #1747 causes 2,711 calls toself.file_from_module_name(modname, context_file)
for the module namemusic21
.Look into whether we can reintroduce some sort of caching without recausing pylint-dev/pylint#5151.
The text was updated successfully, but these errors were encountered: