index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
echo.py
blob: f6ac0a30d341cb3a6b1671c12f68d2d07b6bce5d (
plain
)
1
2
3
4
5
6
import
os
if
__name__
==
'__main__'
:
while True
:
buf
=
os
.
read
(
0
,
1024
)
os
.
write
(
1
,
buf
)