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
Disallow undesirable implicit reexport with ImportFrom (#12704)
Fixes#12689
We always hid e.g. `import concurrent`, but looks like mypy
never hid `from concurrent import futures`. It's possible this fix is
pretty breaking for users, let's see what primer thinks.
I last touched this logic in #11707, which fixed cases involving
implicitly reexported symbols that shared the name of a module
Co-authored-by: hauntsaninja <>
0 commit comments