commit | 8f9cc8771ffb8d0e21be287eaed42ae06087acca | [log] [tgz] |
---|---|---|
author | Inada Naoki <songofacandy@gmail.com> | Thu Sep 05 13:07:08 2019 +0900 |
committer | GitHub <noreply@github.com> | Thu Sep 05 13:07:08 2019 +0900 |
tree | a787ec3d18b375519f6812e6d4632cc18800828f | |
parent | 2cd902585815582eb059e3b40e014ebe4e7fdee7 [diff] |
bpo-38026: fix inspect.getattr_static (GH-15676) It should avoid dynamic lookup including `isinstance`. This is a regression caused by GH-5351.