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
There were several other bug reports (#8210, #8079) but the first was on Windows, the second on Debian, but I'm on macOS Also, I was just starting a prototype of command line argument processing so the code for the crash is very simple.
Thanks, but I can't reproduce on pylint 3.1.0. Notice that pylint 3.0.2 is not compatible with astroid 3.1.0. astroid should never be upgraded by itself.
No worries! Thanks so much for the pointer about the mismatch between pylint and astroid. Looks like I have something screwed up between Python and my home-brew installs.
There were several other bug reports (#8210, #8079) but the first was on Windows, the second on Debian, but I'm on macOS Also, I was just starting a prototype of command line argument processing so the code for the crash is very simple.
(Thanks to all the contributors for pylint!)
Bug description
When parsing the following
a.py
:Command used
Pylint output
pylint crashed with a ``AstroidError`` and with the following stacktrace:
Expected behavior
No crash.
Pylint version
OS / Environment
darwin (Darwin)
Additional dependencies
I was running inside Visual Studio Code:
Version: 1.88.1 (Universal)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:42:52.765Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
The text was updated successfully, but these errors were encountered: