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-98831: Modernize a ton of simpler instructions #100545

Merged
merged 32 commits into from
Dec 28, 2022

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    e48824d View commit details
    Browse the repository at this point in the history
  2. Modernize GET_ANEXT

    gvanrossum committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    852ad17 View commit details
    Browse the repository at this point in the history
  3. Modernize GET_AWAITABLE

    gvanrossum committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    ec12b8c View commit details
    Browse the repository at this point in the history
  4. Modernize ASYNC_GEN_WRAP

    gvanrossum committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    f58b421 View commit details
    Browse the repository at this point in the history
  5. Modernize YIELD_VALUE

    Because this is fiddling with stack frames,
    there is some weirdness in the
    `_PyFrame_SetStackPointer()` call.
    gvanrossum committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    c4c821e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55c009c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    d678363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301cc6e View commit details
    Browse the repository at this point in the history
  3. Modernize LOAD_BUILD_CLASS

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    84fcd61 View commit details
    Browse the repository at this point in the history
  4. Modernize STORE_NAME

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2fcb3d7 View commit details
    Browse the repository at this point in the history
  5. Modernize LOAD_NAME

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    c094ff4 View commit details
    Browse the repository at this point in the history
  6. Modernize LOAD_CLASSDEREF

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    c89dfd5 View commit details
    Browse the repository at this point in the history
  7. Modernize LOAD_DEREF

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    415203c View commit details
    Browse the repository at this point in the history
  8. Modernize STORE_DEREF

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    cc7bf1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    304997f View commit details
    Browse the repository at this point in the history
  10. Modernize LIST_TO_TUPLE

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    b388032 View commit details
    Browse the repository at this point in the history
  11. Modernize LIST_EXTEND

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a84c0e3 View commit details
    Browse the repository at this point in the history
  12. Modernize SET_UPDATE

    gvanrossum committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    9099c40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc534ed View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Modernize DICT_UPDATE

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    3a1e63c View commit details
    Browse the repository at this point in the history
  2. Modernize DICT_MERGE

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    f9fc640 View commit details
    Browse the repository at this point in the history
  3. Modernize MAP_ADD

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    ad38a3c View commit details
    Browse the repository at this point in the history
  4. Modernize IS_OP

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b4fe323 View commit details
    Browse the repository at this point in the history
  5. Modernize CONTAINS_OP

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9e69806 View commit details
    Browse the repository at this point in the history
  6. Don't decref unmoved names

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d1aa4d5 View commit details
    Browse the repository at this point in the history
  7. Modernize CHECK_EXC_MATCH

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b06aafa View commit details
    Browse the repository at this point in the history
  8. Modernize IMPORT_NAME

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    154ae46 View commit details
    Browse the repository at this point in the history
  9. Modernize IMPORT_STAR

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d1ea957 View commit details
    Browse the repository at this point in the history
  10. Modernize IMPORT_FROM

    gvanrossum committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9a1626e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5c79e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7a40a8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    841f086 View commit details
    Browse the repository at this point in the history