FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-98831: Modernize a ton of simpler instructions by gvanrossum · Pull Request #100545 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-98831: Modernize a ton of simpler instructions
- #100545
#100545
Merged
gvanrossum
merged 32 commits into
python:main
python/cpython:main
from
gvanrossum:more-bytecodes
gvanrossum/cpython:more-bytecodes
Copy head branch name to clipboard
Dec 28, 2022
Conversation
Commits
32
(32)
Checks
Files changed
Merged
GH-98831: Modernize a ton of simpler instructions
#100545
gvanrossum
merged 32 commits into
python:main
python/cpython:main
from
gvanrossum:more-bytecodes
gvanrossum/cpython:more-bytecodes
Copy head branch name to clipboard
Commits
Commits on Dec 25, 2022
load_const and load_fast aren't families for now
gvanrossum
committed
e48824d
View commit details
Copy full SHA for e48824d
Browse repository at this point
Modernize GET_ANEXT
gvanrossum
committed
852ad17
View commit details
Copy full SHA for 852ad17
Browse repository at this point
Modernize GET_AWAITABLE
gvanrossum
committed
ec12b8c
View commit details
Copy full SHA for ec12b8c
Browse repository at this point
Modernize ASYNC_GEN_WRAP
gvanrossum
committed
f58b421
View commit details
Copy full SHA for f58b421
Browse repository at this point
Modernize YIELD_VALUE
Show description for c4c821e
gvanrossum
committed
c4c821e
View commit details
Copy full SHA for c4c821e
Browse repository at this point
Modernize POP_EXCEPT (in more than one way)
gvanrossum
committed
55c009c
View commit details
Copy full SHA for 55c009c
Browse repository at this point
Commits on Dec 26, 2022
Modernize PREP_RERAISE_STAR
gvanrossum
committed
d678363
View commit details
Copy full SHA for d678363
Browse repository at this point
Modernize LOAD_ASSERTION_ERROR
gvanrossum
committed
301cc6e
View commit details
Copy full SHA for 301cc6e
Browse repository at this point
Modernize LOAD_BUILD_CLASS
gvanrossum
committed
84fcd61
View commit details
Copy full SHA for 84fcd61
Browse repository at this point
Modernize STORE_NAME
gvanrossum
committed
2fcb3d7
View commit details
Copy full SHA for 2fcb3d7
Browse repository at this point
Modernize LOAD_NAME
gvanrossum
committed
c094ff4
View commit details
Copy full SHA for c094ff4
Browse repository at this point
Modernize LOAD_CLASSDEREF
gvanrossum
committed
c89dfd5
View commit details
Copy full SHA for c89dfd5
Browse repository at this point
Modernize LOAD_DEREF
gvanrossum
committed
415203c
View commit details
Copy full SHA for 415203c
Browse repository at this point
Modernize STORE_DEREF
gvanrossum
committed
cc7bf1f
View commit details
Copy full SHA for cc7bf1f
Browse repository at this point
Modernize COPY_FREE_VARS (mark it as done)
gvanrossum
committed
304997f
View commit details
Copy full SHA for 304997f
Browse repository at this point
Modernize LIST_TO_TUPLE
gvanrossum
committed
b388032
View commit details
Copy full SHA for b388032
Browse repository at this point
Modernize LIST_EXTEND
gvanrossum
committed
a84c0e3
View commit details
Copy full SHA for a84c0e3
Browse repository at this point
Modernize SET_UPDATE
gvanrossum
committed
9099c40
View commit details
Copy full SHA for 9099c40
Browse repository at this point
Modernize SETUP_ANNOTATIONS
gvanrossum
committed
fc534ed
View commit details
Copy full SHA for fc534ed
Browse repository at this point
Commits on Dec 27, 2022
Modernize DICT_UPDATE
gvanrossum
committed
3a1e63c
View commit details
Copy full SHA for 3a1e63c
Browse repository at this point
Modernize DICT_MERGE
gvanrossum
committed
f9fc640
View commit details
Copy full SHA for f9fc640
Browse repository at this point
Modernize MAP_ADD
gvanrossum
committed
ad38a3c
View commit details
Copy full SHA for ad38a3c
Browse repository at this point
Modernize IS_OP
gvanrossum
committed
b4fe323
View commit details
Copy full SHA for b4fe323
Browse repository at this point
Modernize CONTAINS_OP
gvanrossum
committed
9e69806
View commit details
Copy full SHA for 9e69806
Browse repository at this point
Don't decref unmoved names
gvanrossum
committed
d1aa4d5
View commit details
Copy full SHA for d1aa4d5
Browse repository at this point
Modernize CHECK_EXC_MATCH
gvanrossum
committed
b06aafa
View commit details
Copy full SHA for b06aafa
Browse repository at this point
Modernize IMPORT_NAME
gvanrossum
committed
154ae46
View commit details
Copy full SHA for 154ae46
Browse repository at this point
Modernize IMPORT_STAR
gvanrossum
committed
d1ea957
View commit details
Copy full SHA for d1ea957
Browse repository at this point
Modernize IMPORT_FROM
gvanrossum
committed
9a1626e
View commit details
Copy full SHA for 9a1626e
Browse repository at this point
Modernize JUMP_FORWARD (mark it as done)
gvanrossum
committed
d5c79e7
View commit details
Copy full SHA for d5c79e7
Browse repository at this point
Modernize JUMP_BACKWARD (mark it as done)
gvanrossum
committed
7a40a8c
View commit details
Copy full SHA for 7a40a8c
Browse repository at this point
Add/update dummies to quiet VS Code
gvanrossum
committed
841f086
View commit details
Copy full SHA for 841f086
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL