commit | d4f8480dfe89447587550a85b61d4e9faf827e98 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Nov 11 15:19:47 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Nov 11 15:19:47 2017 +0200 |
tree | aab4d949de3361858bfd0032df688eb880607731 | |
parent | e2f92de6a90ae11a6d8e01bd17fd88b005516835 [diff] |
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731) Get rid of _PyObject_HasAttrId() and PyDict_GetItemString(). Silence only expected AttributeError, KeyError and ImportError when get an attribute, look up in a dict or import a module.