FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-98831: Simple input-output stack effects by gvanrossum · Pull Request #99120 · 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: Simple input-output stack effects
- #99120
#99120
Merged
gvanrossum
merged 22 commits into
python:main
python/cpython:main
from
gvanrossum:stack-effect
gvanrossum/cpython:stack-effect
Copy head branch name to clipboard
Nov 8, 2022
Conversation
Commits
22
(22)
Checks
Files changed
Merged
GH-98831: Simple input-output stack effects
#99120
gvanrossum
merged 22 commits into
python:main
python/cpython:main
from
gvanrossum:stack-effect
gvanrossum/cpython:stack-effect
Copy head branch name to clipboard
Commits
Commits on Nov 5, 2022
Simple input-output stack effects
Show description for 8868b82
gvanrossum
committed
8868b82
View commit details
Copy full SHA for 8868b82
Browse repository at this point
Use PEEK instead of POP; STACK_GROW; etc.
gvanrossum
committed
069cfb4
View commit details
Copy full SHA for 069cfb4
Browse repository at this point
Use POKE(i, v)
gvanrossum
committed
51db97b
View commit details
Copy full SHA for 51db97b
Browse repository at this point
Use ERROR_IF()
gvanrossum
committed
700dd3a
View commit details
Copy full SHA for 700dd3a
Browse repository at this point
Expand ERROR_IF(), to include SHRINK_STACK()
gvanrossum
committed
4c990fd
View commit details
Copy full SHA for 4c990fd
Browse repository at this point
Commits on Nov 6, 2022
Use a varargs inst() macro
gvanrossum
committed
2fa6062
View commit details
Copy full SHA for 2fa6062
Browse repository at this point
Do a few more instructions
gvanrossum
committed
73fab62
View commit details
Copy full SHA for 73fab62
Browse repository at this point
BINARY_OP_INPLACE_ADD_UNICODE
gvanrossum
committed
f23b6fb
View commit details
Copy full SHA for f23b6fb
Browse repository at this point
Use STACK_SHRINK as needed
gvanrossum
committed
fa507a2
View commit details
Copy full SHA for fa507a2
Browse repository at this point
BINARY_OP_ADD_FLOAT, BINARY_OP_ADD_INT
gvanrossum
committed
1198502
View commit details
Copy full SHA for 1198502
Browse repository at this point
Move PREDICTED() up (bad bug)
gvanrossum
committed
ea277ce
View commit details
Copy full SHA for ea277ce
Browse repository at this point
BINARY_SUBSCR
gvanrossum
committed
fe2767c
View commit details
Copy full SHA for fe2767c
Browse repository at this point
BINARY_SLICE
gvanrossum
committed
e737bcb
View commit details
Copy full SHA for e737bcb
Browse repository at this point
Bugfix (thanks to Irit)
gvanrossum
committed
19b989c
View commit details
Copy full SHA for 19b989c
Browse repository at this point
Fix regex nit
gvanrossum
committed
b8b4f15
View commit details
Copy full SHA for b8b4f15
Browse repository at this point
Merge main (TODO: PyObject *value etc.)
gvanrossum
committed
43e7796
View commit details
Copy full SHA for 43e7796
Browse repository at this point
Fix code generated for super instructions
gvanrossum
committed
62c67b0
View commit details
Copy full SHA for 62c67b0
Browse repository at this point
STORE_SLICE
gvanrossum
committed
5fbe7b0
View commit details
Copy full SHA for 5fbe7b0
Browse repository at this point
Commits on Nov 7, 2022
Refactor parser to be more type-correct
Show description for fba1de2
gvanrossum
committed
fba1de2
View commit details
Copy full SHA for fba1de2
Browse repository at this point
STORE_SUBSCR
gvanrossum
committed
80741b3
View commit details
Copy full SHA for 80741b3
Browse repository at this point
Fewer jumps in ERROR_IF expansion
gvanrossum
committed
415757f
View commit details
Copy full SHA for 415757f
Browse repository at this point
Add dummy variables for stack effects
gvanrossum
committed
48c2a20
View commit details
Copy full SHA for 48c2a20
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL