tox: Update astroid to 1.3.8.
Changelog: Filter out YES nodes when creating a temporary class for the with_metaclass hack. Having an YES node in a class bases will lead to a crash with a TypeError when trying to obtain the ancestors of the given class, because .ancestors() will try to iterate each inferred node from the bases, thus will try to iterate over an YES node.
This commit is contained in:
parent
c0941ab19b
commit
030678602a
Loading…
Reference in New Issue
Block a user