hippo91

Results 63 comments of hippo91

@itcmelo thanks for this thorough investigation! I will not label this issue as a bug for now but feel free to comment if you are not ok with it.

@renefritze thanks for your report. Would you mind opening a PR on astroid please?

@dpinol sadly nobody had time to work on this.

@ltcmelo thanks for your report. I'm am currently unable to reproduce it. Can you give a snippet of the problematic code and the version of `python` and `astroid` you are...

@ltcmelo thanks for your update. Sadly without a clean snippet that reproduce the problem, i'm afraid there is not so much we can do here...

@Pierre-Sassoulas @cdce8p @nelfin i totally agree with you. Let's merge #927. Thanks for the hard work. @cdce8p i will try to review #941 in the next few days.

@rioj7 thanks a lot for this. Would you mind making a PR? If so don't forget to add you as contributor and also unit test would be valuable. I'll be...

@rioj7 `pylint` is a static tool that means that `astroid` is also a static inference engine. It means that no dynamic execution is required nor authorized. This way importing module...