summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_range.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-301-1/+0
|
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-211-0/+22
* Adds FOR_ITER_LIST and FOR_ITER_RANGE specializations. * Adds _PyLong_AssignValue() internal function to avoid temporary boxing of ints.