New submission from INADA Naoki: _WaitCancelFuture in windows_events.py overrides _schedule_callbacks. C implemented Future should allow overriding _schedule_callbacks.
Since `{"_future", PyInit__future},` is not in PC/config.c, _future is not registered as builtin module. So Python 3.6b2 doesn't use it. Instead of registering it, we should try make it split extension module (.pyd file). ---------- assignee: inada.naoki components: asyncio messages: 278685 nosy: gvanrossum, inada.naoki, yselivanov priority: normal severity: normal stage: needs patch status: open title: C implemented Future doesn't work on Windows type: enhancement versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28448> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com