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-121459: Deferred LOAD_GLOBAL #123128

Merged
merged 18 commits into from
Sep 13, 2024

Commits on Aug 18, 2024

  1. deferred globals

    Fidget-Spinner committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    803e9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b213b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11d2fb6 View commit details
    Browse the repository at this point in the history
  4. fix bug

    Fidget-Spinner committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ea8d855 View commit details
    Browse the repository at this point in the history
  5. add type annotations

    Fidget-Spinner committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    af0c032 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Update Objects/dictobject.c

    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    Fidget-Spinner and picnixz authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1a431de View commit details
    Browse the repository at this point in the history
  2. Update Objects/dictobject.c

    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    Fidget-Spinner and picnixz authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    48bebe9 View commit details
    Browse the repository at this point in the history
  3. Update Objects/dictobject.c

    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    Fidget-Spinner and picnixz authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6e948b4 View commit details
    Browse the repository at this point in the history
  4. Address review

    Fidget-Spinner committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e23567a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'deferred_globals_final' of github.com:Fidget-Spinner/cp…

    …ython into deferred_globals_final
    Fidget-Spinner committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    dbbebf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

    Fidget-Spinner committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6d176c0 View commit details
    Browse the repository at this point in the history
  3. fix some stuff

    Fidget-Spinner committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4ff9f17 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    c644ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f932a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd4400 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Address review

    Co-Authored-By: Sam Gross <655866+colesbury@users.noreply.github.com>
    Fidget-Spinner and colesbury committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0c1ee7e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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