diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-11 13:19:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 13:19:47 (GMT) |
commit | d4f8480dfe89447587550a85b61d4e9faf827e98 (patch) | |
tree | aab4d949de3361858bfd0032df688eb880607731 /Modules/itertoolsmodule.c | |
parent | e2f92de6a90ae11a6d8e01bd17fd88b005516835 (diff) | |
download | cpython-d4f8480dfe89447587550a85b61d4e9faf827e98.zip cpython-d4f8480dfe89447587550a85b61d4e9faf827e98.tar.gz cpython-d4f8480dfe89447587550a85b61d4e9faf827e98.tar.bz2 |
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.
Diffstat (limited to 'Modules/itertoolsmodule.c')
0 files changed, 0 insertions, 0 deletions