pkgsrc/devel/py-astroid
adam 7cb2f37b45 py-astroid: updated to 2.3.2
What's New in astroid 2.3.2?

* All type comments have as parent the corresponding `astroid` node

  Until now they had as parent the builtin `ast` node which meant
  we were operating with primitive objects instead of our own.

* Pass an inference context to `metaclass()` when inferring an object type

  This should prevent a bunch of recursion errors happening in pylint.
  Also refactor the inference of `IfExp` nodes to use separate contexts
  for each potential branch.
2019-10-19 06:31:25 +00:00
..
DESCR
distinfo py-astroid: updated to 2.3.2 2019-10-19 06:31:25 +00:00
Makefile py-astroid: updated to 2.3.2 2019-10-19 06:31:25 +00:00
PLIST