index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Modules
/
_xxtestfuzz
/
fuzz_pycompile_corpus
/
input3.py
blob: 9bc3a45ebe75daa6cfd706a5bcc6c3d01e993dd8 (
plain
) (
blame
)
1
2
3
4
5
6
def evens(): i = 0 while True: i += 1 if i % 2 == 0: yield i