Pierre Sassoulas

Results 873 comments of Pierre Sassoulas

Hello, could you try on pylint 2.10.2 ? We're not supporting pylint 2.4 anymore.

Thank you for opening the issue. It makes sense that the inference would be what is costing a lot on astroid. We'd need to dig deeper and analyse what inferences...

Looking at your graph it looks like ClassDef.ancestors is taking quite a lot of time. Is there a lot of inheritance in your code ? Maybe this is something what...

I changed the name of the issue even if this might not be the only problem with the slowness of astroid on your code. This is the one issue that...

There is no easy way right now. We can't profile each checker independently (and they are often intertwined) There is an issue opened in pylint to provide the tools for...

@belm0 thank you for the coment, I opened #1190 to fix that, should be available in 2.8.1.

@rkhwaja I think pip handle that, if pylint require wrapt >= 1.12 but python 3.11 require wrapt >= 1.14 then pip download >= 1.14. We should not change our lower...

But is this required at all ? ``wrapt`` is the package that should handle the metadata about the pytho interpreters it supports and pip takes it into account.