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
I can confirm that this is still an issue with mypy 1.15, especially for mypyc users when subprocess.Popen (or similar) is called with stdout=subprocess.DEVNULL
Consider this example:
This currently reveals
float
. I think it should either be the unionfloat | range
orAny
. This came up in python/typeshed#9100.The text was updated successfully, but these errors were encountered: