Message224368
I reopen the issue because the documentation is not correct. Using the proactor event loop, the socket doesn't need to be non-blocking. Should we mention it?
Another issue: BaseEventLoop.connect_read_pipe() doc says that the pipe is set to non-blocking mode, whereas BaseEventLoop.connect_read_pipe() doc requires that the pipe is already in non-blocking mode. On UNIX, both methods set the pipe to non-blocking mode.
It may also help to mention directly in BaseEventLoop.connect_read_pipe() doc that it is not available on Windows when using the SelectorEventLoop. |
|
Date |
User |
Action |
Args |
2014-07-31 00:58:31 | vstinner | set | recipients:
+ vstinner, gvanrossum, python-dev, yselivanov |
2014-07-31 00:58:31 | vstinner | set | messageid: <1406768311.32.0.355307040123.issue22063@psf.upfronthosting.co.za> |
2014-07-31 00:58:31 | vstinner | link | issue22063 messages |
2014-07-31 00:58:30 | vstinner | create | |
|