commit | 60c3d3551a96febac7b6016fb44605643842c686 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Nov 11 16:19:56 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Nov 11 16:19:56 2017 +0200 |
tree | 5c676b97f4ef58958a3042d143eddb38325b7008 | |
parent | 1707e4020fa8dca8e6a3ac4f9da105b54d597b66 [diff] |
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728) Silence only AttributeError when get "key" and "items" attributes in the constructor and the update() method of dict and OrderedDict .