-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
Port LOAD_ATTR to adaptive interpreter #88503
Comments
Port the implementation of LOAD_ATTR to the new adaptive interpreter |
Mark would you mind sharing your opinions on this: https://bugs.python.org/issue44313 (should we still keep generating LOAD_METHOD/CALL_METHOD for potential objects imported through |
(That pull request doesn't have anything to do with this issue, but while testing it I did find a crash bug that I've bisected to this issue. See #26749 (comment).) |
LOAD_ATTR
/STORE_ATTR
caches #31517Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: