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-98003: Inline call frames for CALL_FUNCTION_EX #98004

Merged
merged 20 commits into from
Apr 30, 2023

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    830084c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9fbb11 View commit details
    Browse the repository at this point in the history
  3. fix refleak

    Fidget-Spinner committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e724666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01cbef6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92fead8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    84d0f8b View commit details
    Browse the repository at this point in the history
  2. reduce diff

    Fidget-Spinner committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    1955f19 View commit details
    Browse the repository at this point in the history
  3. temper expectations

    Fidget-Spinner committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    eb25c1b View commit details
    Browse the repository at this point in the history
  4. Add newline

    Fidget-Spinner committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3f409da View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. remove unused variable

    Fidget-Spinner committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    09b2528 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    f0d77dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    898c75d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b933f6e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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

Commits on Dec 1, 2022

  1. Run --regen

    Fidget-Spinner committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    bfab4dc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    80194fb View commit details
    Browse the repository at this point in the history
  2. Fix merge problems

    Co-Authored-By: Brandt Bucher <brandt@python.org>
    Fidget-Spinner and brandtbucher committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    dfd6b01 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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

Commits on Apr 29, 2023

  1. Update Python/bytecodes.c

    Co-authored-by: Carl Meyer <carl@oddbird.net>
    Fidget-Spinner and carljm committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f1a9465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94782c3 View commit details
    Browse the repository at this point in the history