Claudiu Popa
Claudiu Popa
I understand your argument. I just feel that these sort of issues will lurk in our bug tracker even more, especially when no one from the committer's list is having...
I can confirm the bug, thank you.
Thanks for the report. `pylint` is correct here though as `Queue` is not actually subscriptable. You don't get an error when running the code because you probably enabled annotations support...
Thanks for the report @sblask !
Thank you @apnewberry This makes sense.
@nmarrow Yes, this sounds like a good idea. A separate option would be preferred.
Sounds good to me.
This sounds useful, thanks for the suggestion!
It's kind of hard to reproduce this without an actual reproduction case. As far as I can tell, we don't cache any script/filename/package so I'm not sure what you mean...
@nicktimko I think this bug comes from our lossy understanding of `typing.NamedTuple`. Everything happens in `astroid` in this function https://github.com/PyCQA/astroid/blob/fd41070d76f323f089a120c72fb9b0d87e7f4a20/astroid/brain/brain_namedtuple_enum.py#L364. I think we need to change that conversion from a...