diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-28 08:35:15 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-28 09:05:22 +0200 |
commit | 5e7aed79bf8104f53849b9126cb3ec1329634ce4 (patch) | |
tree | 2194e0740cde23540b1bd76313401bb49bb40533 /astroid/rebuilder.py | |
parent | 7e171621e624f1bee5bd93b361d29b443c6a5820 (diff) | |
download | astroid-git-5e7aed79bf8104f53849b9126cb3ec1329634ce4.tar.gz |
Handle the case where the raw builder fails to retrieve the ``__all__`` attribute
PyQT does something special with their objects and retrieving some of
them (such as `__all__`) at runtime results in a RuntimeError.
This patch simply swallows all the exceptions that accessing `__all__`
might raise.
Close #772
Diffstat (limited to 'astroid/rebuilder.py')
0 files changed, 0 insertions, 0 deletions