-
When parsing the following file (with `--unsafe-load-any-extension=y`):
```python
from black import FileMode
```
pylint crashed with a ``AstroidError`` and with the following stacktrace:
```
…
-
Astroid crashes under Wayland with the below error when opening my editor to draft a new mail. It works when using X11.
```
(astroid:15688): Gtk-WARNING **: 22:50:36.139: GtkSocket: only works und…
-
Here is the traceback for 3.7:
```
Traceback (most recent call last):
File "/nix/store/d5mbihznhwn25vnx5y2vnc56bsx1pg0v-python3-3.7.12-env/lib/python3.7/site-packages/astroid/manager.py", line 43…
-
If we're taking the time and effort to move the `astroid.node_classes` and `astroid.scoped_nodes` modules under `astroid.nodes`, should we consider making these submodules private? I don't think that …
-
PyLint generates a lot of errors in a program using the turtle module: PyCQA/pylint#1928 and Microsoft/vscode-python#1056
The following brain fixes this. It uses the same method as the turtle modul…
rioj7 updated
3 years ago
-
### Bug description
Pylint seems to improperly parse `transformers.Trainer` so it issues a false positive `no-member` for this code:
```python
# test_module.py
from transformers import Trainer…
-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore?)**
---
The following stackoverflow post http://stackoverflow.com/questions/2…
-
**The Issue was reported at**
1. After adding "**Sellacious Wishlist**" to the main menu.
2. Placing **My Account** and **Login** Module to the main menu.
it occur only with **Astroid-Framewo…
-
### Bug description
I'm using pyreverse on one of my python project to generate the UML diagram of a specific class so i use the c option but it takes too long and memory usage get bigger and bigger…
-
Hello,
You may occur the error something like this:
```
from asteroid.inspector import Linker ImportError: No module named inspector
```
Seems astroid.inspector is deprecated and integrated t…
0xlen updated
5 years ago