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-102213: Optimize the performance of __getattr__ #103761

Merged
merged 8 commits into from
May 1, 2023

Commits on Apr 24, 2023

  1. Optimize the performance of __getattr__

    This is the corrected version of pythonGH-102248
    sunmy2019 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ac81fd6 View commit details
    Browse the repository at this point in the history
  2. Update Objects/typeobject.c

    Co-authored-by: Kirill <80244920+Eclips4@users.noreply.github.com>
    sunmy2019 and Eclips4 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f6c3704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91aa490 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    c90be9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3aebf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    75d9a70 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    a3d75af View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into pr/103761

    Co-Authored-By: Xiang Wang <34048878+wangxiang-hz@users.noreply.github.com>
    Fidget-Spinner and wangxiang-hz committed May 1, 2023
    Configuration menu
    Copy the full SHA
    29155b4 View commit details
    Browse the repository at this point in the history