[issue28428] Rename _futures module to _asyncio

INADA Naoki report at bugs.python.org
Fri Oct 14 08:41:51 EDT 2016


INADA Naoki added the comment:

I found _futures module is not used on Windows for now (without this patch).
Because `{"_future", PyInit__future},` is not in PC/config.c

But, when it added, test_windows_events cause infinite loop.
This should be another issue.

With this (asyncio-speedups2.patch), build on Windows succeeds,
and test succeeds (without speedup enabled).

I want to apply this patch before fixing the issue and adding _asyncio to PC/config.c
Is it OK?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28428>
_______________________________________


More information about the Python-bugs-list mailing list