-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no-member
for Generic
class with new astroid 2.15.7
#9069
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Comments
altendky
added
the
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
label
Sep 25, 2023
altendky
added a commit
to Chia-Network/chia-blockchain
that referenced
this issue
Sep 25, 2023
Pierre-Sassoulas
added
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
and removed
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
Sep 25, 2023
Thank you for opening the issue. I can reproduce on main (3.0.0b0) |
This is probably the same issue as pylint-dev/astroid#2305, but keeping this open so we close it with a regression test in pylint. |
AmineKhaldi
pushed a commit
to AmineKhaldi/chia-blockchain
that referenced
this issue
Sep 25, 2023
wallentx
pushed a commit
to Chia-Network/chia-blockchain
that referenced
this issue
Sep 25, 2023
mbyrnepr2
added a commit
to mbyrnepr2/astroid
that referenced
this issue
Sep 25, 2023
- Raise an `InferenceError` when there is a `SyntaxError` due to an invalid `TypeVar` name. Closes pylint-dev#2305 Closes pylint-dev/pylint#9069
wallentx
pushed a commit
to Chia-Network/chia-blockchain
that referenced
this issue
Sep 25, 2023
pylint-dev/pylint#9069 Co-authored-by: Kyle Altendorf <sda@fstab.net>
mbyrnepr2
added a commit
to mbyrnepr2/astroid
that referenced
this issue
Sep 25, 2023
- Raise an `InferenceError` when there is a `SyntaxError` due to an invalid `TypeVar` name. Closes pylint-dev#2305 Closes pylint-dev/pylint#9069
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Sep 25, 2023
Merged
github-actions bot
pushed a commit
to pylint-dev/astroid
that referenced
this issue
Sep 26, 2023
Fix a regression in 2.15.7 for ``unsubscriptable-object``. Raise an `InferenceError` when there is a `SyntaxError` due to an invalid `TypeVar` name. This reverts commit 89dfb48. Closes #2305 Closes pylint-dev/pylint#9069 (cherry picked from commit 1f0f2f8)
jacobtylerwalls
pushed a commit
to pylint-dev/astroid
that referenced
this issue
Sep 26, 2023
Fix a regression in 2.15.7 for ``unsubscriptable-object``. Raise an `InferenceError` when there is a `SyntaxError` due to an invalid `TypeVar` name. This reverts commit 89dfb48. Closes #2305 Closes pylint-dev/pylint#9069 (cherry picked from commit 1f0f2f8) Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
Sep 26, 2023
Pierre-Sassoulas
pushed a commit
to mbyrnepr2/pylint
that referenced
this issue
Sep 27, 2023
jacobtylerwalls
pushed a commit
that referenced
this issue
Sep 30, 2023
jacobtylerwalls
pushed a commit
that referenced
this issue
Sep 30, 2023
Refs #9069 Refs pylint-dev/astroid#2305 (cherry picked from commit 04f7b3d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
Configuration
No response
Command used
$ rm -rf venv
$ rm -rf venv
Pylint output
Expected behavior
$ rm -rf venv
Pylint version
OS / Environment
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: