commit | 353053d9ad08fea0e205e6c008b8a4350c0188e6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Sep 01 14:01:05 2019 +0300 |
committer | GitHub <noreply@github.com> | Sun Sep 01 14:01:05 2019 +0300 |
tree | 3bd4434c152e934fb260c1c1651c080c3df29a14 | |
parent | 6922b9e4fce635339cb94c2fdef6bba4e2a99621 [diff] |
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) Only AttributeError should be silenced. (cherry picked from commit 41c57b335330ff48af098d47e379e0f9ba09d233)