-
- Downloads
unix io.FileIO: Add iteration support.
A file cannot be iterated concurrently, so we make io.FileIO its own iterator.
tests/io/file-iter.py
0 → 100644
Please register or sign in to comment
A file cannot be iterated concurrently, so we make io.FileIO its own iterator.