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-124153: Fix unstable optimization of PyType_GetBaseByToken() and friends #124488

Merged
merged 14 commits into from
Oct 10, 2024

Commits on Sep 25, 2024

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

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    a0dae73 View commit details
    Browse the repository at this point in the history
  2. ready for moving get_base_by_token_from_mro()

    PyTuple_GET_SIZE() calls PyTuple_Check()
    neonene committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f1fa9f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cae44aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    230e06d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55ca7b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9285a99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75f600f View commit details
    Browse the repository at this point in the history
  8. remove redundant code

    neonene authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2e7bb29 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

    neonene authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b83b63a View commit details
    Browse the repository at this point in the history
  3. perf tuning

    Including the revert: 2e7bb29
    neonene authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c02f0a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. reduce gotos

    not to impact PyType_GetSlot() and others.
    neonene authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    07de01b View commit details
    Browse the repository at this point in the history
  2. add comment

    neonene authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0fc1c90 View commit details
    Browse the repository at this point in the history