Message303032
On 26-09-17 12:29, STINNER Victor wrote:
>
> STINNER Victor added the comment:
>
> Using Git history, I found the following commit which added "r, w, x = select(r, w, w, timeout)" for Windows in tulip (old name of the asyncio project, when it was developed outside CPython):
>
> commit 84124f3d725c9931249d083e78f43fcda91c383a
> Author: Richard Oudkerk <shibturn@gmail.com>
> Date: Fri Jan 18 13:03:09 2013 +0000
>
> Minimal chages to make tests pass on Windows
>
> https://github.com/python/asyncio/commit/84124f3d725c9931249d083e78f43fcda91c383a
Thanks!
Although this still does not teach us why the test failed on Windows and
what is solved by adding the wrapper method, it does suggest that indeed
the runtime behaviour will not be affected by removing the wrapper method.
The unit test might. To be honest, I did not run unit tests on Windows.
Maybe by doing this, it might just tell us exactly what is accomplished
with the wrapper method.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue30844>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2017-09-26 11:42:14 | pklanke | set | recipients:
+ pklanke, pitrou, vstinner, neologix, yselivanov |
2017-09-26 11:42:14 | pklanke | link | issue30844 messages |
2017-09-26 11:42:14 | pklanke | create | |
|