FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. by markshannon · Pull Request #120640 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-120507: Lower the BEFORE_WITH and BEFORE_ASYNC_WITH instructions.
- #120640
#120640
Merged
markshannon
merged 11 commits into
python:main
python/cpython:main
from
faster-cpython:lower-before
faster-cpython/cpython:lower-before
Copy head branch name to clipboard
Jun 18, 2024
Conversation
Commits
11
(11)
Checks
Files changed
Merged
GH-120507: Lower the BEFORE_WITH and BEFORE_ASYNC_WITH instructions.
#120640
markshannon
merged 11 commits into
python:main
python/cpython:main
from
faster-cpython:lower-before
faster-cpython/cpython:lower-before
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2024
Lower BEFORE_WITH and BEFORE_ASYNC_WITH
markshannon
committed
e0584b5
View commit details
Copy full SHA for e0584b5
Browse repository at this point
Merge branch 'main' into lower-before
markshannon
committed
0b336e2
View commit details
Copy full SHA for 0b336e2
Browse repository at this point
Remove BEFORE_ instructions.
markshannon
committed
68df0a5
View commit details
Copy full SHA for 68df0a5
Browse repository at this point
Don't store special method names in co_consts and fix error messages
markshannon
committed
69db48b
View commit details
Copy full SHA for 69db48b
Browse repository at this point
Add news
markshannon
committed
362b63f
View commit details
Copy full SHA for 362b63f
Browse repository at this point
Expose _PyObject_LookupSpecialMethod, so the JIT can find it.
markshannon
committed
103dbf0
View commit details
Copy full SHA for 103dbf0
Browse repository at this point
Update test_dis
markshannon
committed
9494426
View commit details
Copy full SHA for 9494426
Browse repository at this point
Update dis.rst
markshannon
committed
ca76570
View commit details
Copy full SHA for ca76570
Browse repository at this point
Don't use :opcode: for removed instructions. It confuses Sphinx.
markshannon
committed
8cad898
View commit details
Copy full SHA for 8cad898
Browse repository at this point
Commits on Jun 18, 2024
Merge branch 'main' into lower-before
markshannon
committed
d7797dc
View commit details
Copy full SHA for d7797dc
Browse repository at this point
Make explicit that LOAD_SPECIAL may push a NULL.
markshannon
committed
ec2b7c6
View commit details
Copy full SHA for ec2b7c6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL