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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e48824d
load_const and load_fast aren't families for now
gvanrossum Dec 25, 2022
852ad17
Modernize GET_ANEXT
gvanrossum Dec 25, 2022
ec12b8c
Modernize GET_AWAITABLE
gvanrossum Dec 25, 2022
f58b421
Modernize ASYNC_GEN_WRAP
gvanrossum Dec 25, 2022
c4c821e
Modernize YIELD_VALUE
gvanrossum Dec 25, 2022
55c009c
Modernize POP_EXCEPT (in more than one way)
gvanrossum Dec 25, 2022
d678363
Modernize PREP_RERAISE_STAR
gvanrossum Dec 26, 2022
301cc6e
Modernize LOAD_ASSERTION_ERROR
gvanrossum Dec 26, 2022
84fcd61
Modernize LOAD_BUILD_CLASS
gvanrossum Dec 26, 2022
2fcb3d7
Modernize STORE_NAME
gvanrossum Dec 26, 2022
c094ff4
Modernize LOAD_NAME
gvanrossum Dec 26, 2022
c89dfd5
Modernize LOAD_CLASSDEREF
gvanrossum Dec 26, 2022
415203c
Modernize LOAD_DEREF
gvanrossum Dec 26, 2022
cc7bf1f
Modernize STORE_DEREF
gvanrossum Dec 26, 2022
304997f
Modernize COPY_FREE_VARS (mark it as done)
gvanrossum Dec 26, 2022
b388032
Modernize LIST_TO_TUPLE
gvanrossum Dec 26, 2022
a84c0e3
Modernize LIST_EXTEND
gvanrossum Dec 26, 2022
9099c40
Modernize SET_UPDATE
gvanrossum Dec 26, 2022
fc534ed
Modernize SETUP_ANNOTATIONS
gvanrossum Dec 26, 2022
3a1e63c
Modernize DICT_UPDATE
gvanrossum Dec 26, 2022
f9fc640
Modernize DICT_MERGE
gvanrossum Dec 27, 2022
ad38a3c
Modernize MAP_ADD
gvanrossum Dec 27, 2022
b4fe323
Modernize IS_OP
gvanrossum Dec 27, 2022
9e69806
Modernize CONTAINS_OP
gvanrossum Dec 27, 2022
d1aa4d5
Don't decref unmoved names
gvanrossum Dec 27, 2022
b06aafa
Modernize CHECK_EXC_MATCH
gvanrossum Dec 27, 2022
154ae46
Modernize IMPORT_NAME
gvanrossum Dec 27, 2022
d1ea957
Modernize IMPORT_STAR
gvanrossum Dec 27, 2022
9a1626e
Modernize IMPORT_FROM
gvanrossum Dec 27, 2022
d5c79e7
Modernize JUMP_FORWARD (mark it as done)
gvanrossum Dec 27, 2022
7a40a8c
Modernize JUMP_BACKWARD (mark it as done)
gvanrossum Dec 27, 2022
841f086
Add/update dummies to quiet VS Code
gvanrossum Dec 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading