FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-132554: "Virtual" iterators by markshannon · Pull Request #132555 · 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-132554: "Virtual" iterators
- #132555
#132555
Merged
markshannon
merged 29 commits into
python:main
python/cpython:main
from
faster-cpython:virtual-iterators
faster-cpython/cpython:virtual-iterators
Copy head branch name to clipboard
May 27, 2025
Conversation
Commits
29
(29)
Checks
Files changed
Merged
GH-132554: "Virtual" iterators
#132555
markshannon
merged 29 commits into
python:main
python/cpython:main
from
faster-cpython:virtual-iterators
faster-cpython/cpython:virtual-iterators
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2025
FOR_ITER now pushes NULL as well as the iterator. Preparation for virtual iterators
markshannon
committed
7476442
View commit details
Copy full SHA for 7476442
Browse repository at this point
use tagged ints for indexes. Work in progress
markshannon
committed
38a429f
View commit details
Copy full SHA for 38a429f
Browse repository at this point
Remove debug code
markshannon
committed
2caf56f
View commit details
Copy full SHA for 2caf56f
Browse repository at this point
Regenerate files
markshannon
committed
588943a
View commit details
Copy full SHA for 588943a
Browse repository at this point
Tidy up list of non-escaping functions
markshannon
committed
aa62e39
View commit details
Copy full SHA for aa62e39
Browse repository at this point
Fix up list iteration for FT build
markshannon
committed
88562ec
View commit details
Copy full SHA for 88562ec
Browse repository at this point
Fix tier 2 FT build
markshannon
committed
025049d
View commit details
Copy full SHA for 025049d
Browse repository at this point
Commits on Apr 30, 2025
Remove debugging code
markshannon
committed
35e389d
View commit details
Copy full SHA for 35e389d
Browse repository at this point
Merge branch 'main' into virtual-iterators
markshannon
committed
e8f4ce6
View commit details
Copy full SHA for e8f4ce6
Browse repository at this point
Rename function
markshannon
committed
ed89950
View commit details
Copy full SHA for ed89950
Browse repository at this point
Restrict specialization in free-threaded build
markshannon
committed
ec8d797
View commit details
Copy full SHA for ec8d797
Browse repository at this point
Merge branch 'main' into virtual-iterators
markshannon
committed
cad1946
View commit details
Copy full SHA for cad1946
Browse repository at this point
Add news
markshannon
committed
428735b
View commit details
Copy full SHA for 428735b
Browse repository at this point
handle tagged ints when doing type checks
markshannon
committed
4c83848
View commit details
Copy full SHA for 4c83848
Browse repository at this point
Fix long check
markshannon
committed
f43ccc3
View commit details
Copy full SHA for f43ccc3
Browse repository at this point
Attempt to make _PyForIter_NextWithIndex thread safe.
markshannon
committed
3fd46c3
View commit details
Copy full SHA for 3fd46c3
Browse repository at this point
Add review comment
markshannon
committed
433282f
View commit details
Copy full SHA for 433282f
Browse repository at this point
Commits on May 8, 2025
Simplify list indexing code
markshannon
committed
e915a05
View commit details
Copy full SHA for e915a05
Browse repository at this point
Merge branch 'main' into virtual-iterators
markshannon
committed
69a328d
View commit details
Copy full SHA for 69a328d
Browse repository at this point
GET_ITER may leave the iterable on the stack
markshannon
committed
6d1b93e
View commit details
Copy full SHA for 6d1b93e
Browse repository at this point
Fix test_dis
markshannon
committed
37ca285
View commit details
Copy full SHA for 37ca285
Browse repository at this point
Commits on May 19, 2025
Merge branch 'main' into virtual-iterators
markshannon
committed
f3b9074
View commit details
Copy full SHA for f3b9074
Browse repository at this point
Commits on May 20, 2025
Merge branch 'main' into virtual-iterators
markshannon
committed
0efab59
View commit details
Copy full SHA for 0efab59
Browse repository at this point
Commits on May 22, 2025
Merge branch 'main' into virtual-iterators
markshannon
authored
a0d814b
View commit details
Copy full SHA for a0d814b
Browse repository at this point
Merge branch 'main' into virtual-iterators
markshannon
committed
5cd55c4
View commit details
Copy full SHA for 5cd55c4
Browse repository at this point
Merge branch 'main' into virtual-iterators
markshannon
committed
867bd10
View commit details
Copy full SHA for 867bd10
Browse repository at this point
Commits on May 27, 2025
Clarify assert
markshannon
committed
d9dc597
View commit details
Copy full SHA for d9dc597
Browse repository at this point
Checked for tagged ints
markshannon
committed
d60ef23
View commit details
Copy full SHA for d60ef23
Browse repository at this point
Address review comments
markshannon
committed
9a9d20d
View commit details
Copy full SHA for 9a9d20d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL