Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-38026: fix inspect.getattr_static (GH-15676) #15692

Merged
merged 1 commit into from
Sep 5, 2019

Commits on Sep 5, 2019

  1. bpo-38026: fix inspect.getattr_static (pythonGH-15676)

    It should avoid dynamic lookup including `isinstance`.
    
    This is a regression caused by pythonGH-5351.
    (cherry picked from commit 8f9cc87)
    
    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    methane authored and miss-islington committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    78b7750 View commit details
    Browse the repository at this point in the history