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
Don't use ModuleType.__getattr__ if we know module symbols (#11597)
python/typeshd#6302 added `__getattr__`, but we don't want to always
use it, as it can result in undefined references to module attributes
being undetected.
This is an alternative to python/typeshed#6357.
Tested manually with a recent typeshed.
0 commit comments