commit | f320be77ffb73e3b9e7fc98c37b8df3975d84b40 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 25 10:49:40 2018 +0200 |
committer | INADA Naoki <methane@users.noreply.github.com> | Thu Jan 25 17:49:40 2018 +0900 |
tree | 552338f0200938249233fa4aa7b00add61965337 | |
parent | 2b822a0bb1de2612c85d8f75e3ce89eda2ac9f68 [diff] |
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) Add two new private APIs: _PyObject_LookupAttr() and _PyObject_LookupAttrId()