Message223940
> In the issue #22042, I would like to make automatically the file desscriptor or socket handler in non-blocking mode. The problem is that you cannot make a file descriptor in non-blocking mode on Windows.
I don't think we should set it non-blocking automatically, but rather
check that it's non-blocking.
The first reason I can think of is that the user passing a blocking FD
could be a sign of a bug (e.g. if the other end is in blocking mode
too), and we shouldn't silently work-around it. |
|
Date |
User |
Action |
Args |
2014-07-25 12:44:00 | neologix | set | recipients:
+ neologix, gvanrossum, loewis, pitrou, vstinner, python-dev, yselivanov |
2014-07-25 12:44:00 | neologix | link | issue22018 messages |
2014-07-25 12:44:00 | neologix | create | |
|