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

gh-87729: add LOAD_SUPER_ATTR instruction for faster super() #103497

Merged
merged 23 commits into from
Apr 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add news entry
  • Loading branch information
carljm committed Apr 13, 2023
commit f14a3bf166a8a45059259cdc2d2e5ad2754e7a7c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Speed up ``super().meth()`` calls.
Copy link
Member

@corona10 corona10 Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please introduce about LOAD_SUPER_ATTR, LOAD_SUPER_ATTR will be exposed to dis user too :)