Hacker News new | ask | show | jobs
by jwilk 2293 days ago
In Python 3, file I/O is is implemented using POSIX read(), write() etc., rather than C stdio.
1 comments

Interesting, and EOF on POSIX read() isn't supposed to be sticky?

That seems like a weird situation, that EOF is sticky in some cases but not others.