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
[Backport maintenance/2.15.x] Make sys.argv uninferable because it never is (#2244) (#2297)
* Make `sys.argv` uninferable because it never is (#2244)
It's impossible to infer the value it will have outside of static analysis where it's our own value.
See pylint-dev/pylint#7710
(cherry picked from commit ea78827)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
0 commit comments