[Python-3000] Non-blocking I/O? (Draft PEP for New IO system)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 7 23:24:21 CET 2007


Jim Jewett wrote:

> Is this a "could", or "should"?  I would expect the buffering layer
> (particularly output) to use its buffer, and to appear blocking
> (through sleep-and-retry) when that isn't enough.

No! Busy waiting should *not* be done implicitly.

--
Greg


More information about the Python-3000 mailing list