| commit | 41c57b335330ff48af098d47e379e0f9ba09d233 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Sun Sep 01 12:03:39 2019 +0300 |
| committer | GitHub <noreply@github.com> | Sun Sep 01 12:03:39 2019 +0300 |
| tree | 15cdef099182eddb04b2276dc51375b8faf28278 | |
| parent | f02ea6225bc3b71bd5fe66224d199a6e3e23b14d [diff] |
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) Only AttributeError should be silenced.