FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-98831: Support conditional effects; use for LOAD_ATTR by gvanrossum · Pull Request #101333 · 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: Support conditional effects; use for LOAD_ATTR
- #101333
#101333
Merged
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:cond-cases
gvanrossum/cpython:cond-cases
Copy head branch name to clipboard
Jan 30, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-98831: Support conditional effects; use for LOAD_ATTR
#101333
gvanrossum
merged 15 commits into
python:main
python/cpython:main
from
gvanrossum:cond-cases
gvanrossum/cpython:cond-cases
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2023
Add parser support for conditional stack effects
Show description for af97a7e
gvanrossum
committed
af97a7e
View commit details
Copy full SHA for af97a7e
Browse repository at this point
Fix a typo in test_generator.py that made it into main :-(
gvanrossum
committed
fbcdde3
View commit details
Copy full SHA for fbcdde3
Browse repository at this point
Make conditional effects work, in theory
gvanrossum
committed
27246e9
View commit details
Copy full SHA for 27246e9
Browse repository at this point
Convert LOAD_ATTR to new format
Show description for 667630e
gvanrossum
committed
667630e
View commit details
Copy full SHA for 667630e
Browse repository at this point
Conditionalize effect_size()
gvanrossum
committed
69dbc5e
View commit details
Copy full SHA for 69dbc5e
Browse repository at this point
Fix two bugs in case generator
Show description for 6a03438
gvanrossum
committed
6a03438
View commit details
Copy full SHA for 6a03438
Browse repository at this point
Merge branch 'fix-op-metadata' into cond-cases
gvanrossum
committed
2310916
View commit details
Copy full SHA for 2310916
Browse repository at this point
Blackify
gvanrossum
committed
a0fa513
View commit details
Copy full SHA for a0fa513
Browse repository at this point
Merge remote-tracking branch 'origin/main' into cond-cases
gvanrossum
committed
8aeaf01
View commit details
Copy full SHA for 8aeaf01
Browse repository at this point
Use Irit's idea
gvanrossum
committed
6240934
View commit details
Copy full SHA for 6240934
Browse repository at this point
Cleanup
gvanrossum
committed
d78e2a7
View commit details
Copy full SHA for d78e2a7
Browse repository at this point
Commits on Jan 27, 2023
Change order in LOAD_ATTR output effect
gvanrossum
committed
e69c1f3
View commit details
Copy full SHA for e69c1f3
Browse repository at this point
Commits on Jan 28, 2023
Fix type annotations to satisfy pyright (and mypy mostly)
gvanrossum
committed
c5529c6
View commit details
Copy full SHA for c5529c6
Browse repository at this point
Solve uninitalized variable warning using = NULL
gvanrossum
committed
37e3b40
View commit details
Copy full SHA for 37e3b40
Browse repository at this point
Use 'X ? 1 : 0' instead of 'X != 0'
Show description for 81e5236
gvanrossum
committed
81e5236
View commit details
Copy full SHA for 81e5236
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL