FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. by markshannon · Pull Request #96801 · 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-96793: Change FOR_ITER to not pop the iterator on exhaustion.
- #96801
#96801
Merged
markshannon
merged 12 commits into
python:main
python/cpython:main
from
faster-cpython:for-iter-no-pop
faster-cpython/cpython:for-iter-no-pop
Copy head branch name to clipboard
Oct 27, 2022
Conversation
Commits
12
(12)
Checks
Files changed
Merged
GH-96793: Change FOR_ITER to not pop the iterator on exhaustion.
#96801
markshannon
merged 12 commits into
python:main
python/cpython:main
from
faster-cpython:for-iter-no-pop
faster-cpython/cpython:for-iter-no-pop
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2022
Modify FOR_ITER to leave iterator on stack. Work in progress.
markshannon
committed
bf44755
View commit details
Copy full SHA for bf44755
Browse repository at this point
Document change to FOR_ITER.
markshannon
committed
5bdef2b
View commit details
Copy full SHA for 5bdef2b
Browse repository at this point
Commits on Sep 13, 2022
Merge branch 'main' into for-iter-no-pop
markshannon
committed
5250ffc
View commit details
Copy full SHA for 5250ffc
Browse repository at this point
Add news.
markshannon
committed
b807ef8
View commit details
Copy full SHA for b807ef8
Browse repository at this point
Commits on Oct 23, 2022
Skip over POP_TOP at end of loop in specialized versions of FOR_ITER.
markshannon
committed
d5dd9b4
View commit details
Copy full SHA for d5dd9b4
Browse repository at this point
Commits on Oct 25, 2022
Merge branch 'main' into for-iter-no-pop
markshannon
committed
c9ff8b7
View commit details
Copy full SHA for c9ff8b7
Browse repository at this point
Fix up new POP_TOPs to have no location.
markshannon
committed
c5e9d2c
View commit details
Copy full SHA for c5e9d2c
Browse repository at this point
Commits on Oct 26, 2022
Merge branch 'main' into for-iter-no-pop
markshannon
committed
687833a
View commit details
Copy full SHA for 687833a
Browse repository at this point
Add END_FOR instruction
markshannon
committed
a575fc8
View commit details
Copy full SHA for a575fc8
Browse repository at this point
Fix up specialization of FOR_ITER
markshannon
committed
63bd124
View commit details
Copy full SHA for 63bd124
Browse repository at this point
Fix tests
markshannon
committed
611685f
View commit details
Copy full SHA for 611685f
Browse repository at this point
Add END_FOR to docs.
markshannon
committed
b6086b6
View commit details
Copy full SHA for b6086b6
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL