8000 gh-87729: add LOAD_SUPER_ATTR instruction for faster super() by carljm · Pull Request #103497 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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

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
Merge branch 'main' into superopt
* main:
  gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)
  gh-103365: [Enum] STRICT boundary corrections (GH-103494)
  GH-103488: Use return-offset, not yield-offset. (GH-103502)
  gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)
  GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
  gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (#103228)
  gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when data is still pending (#103463)
  gh-95299: Rework test_cppext.py to not invoke setup.py directly (#103316)
  • Loading branch information
carljm committed Apr 13, 2023
commit 93841061430943cfca586b8752817d3a2faada52
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0