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

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 5, 2019

It should avoid dynamic lookup including isinstance.

This is a regression caused by GH-5351.
(cherry picked from commit 8f9cc87)

Co-authored-by: Inada Naoki songofacandy@gmail.com

https://bugs.python.org/issue38026

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>
@miss-islington
Copy link
Contributor Author

@methane: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit bdcbb83 into python:3.8 Sep 5, 2019
@miss-islington miss-islington deleted the backport-8f9cc87-3.8 branch September 5, 2019 04:26
@miss-islington
Copy link
Contributor Author

@methane: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@methane: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants