[issue28448] C implemented Future doesn't work on Windows

INADA Naoki report at bugs.python.org
Tue Oct 18 05:11:59 EDT 2016


INADA Naoki added the comment:

> I'm not so sure about this.  Maybe we can just fix _WaitCancelFuture somehow?

@haypo, do you know why _WaitCancelFuture overrides _schedule_callbacks() instead
of self.add_done_callback(self._unregister_wait_cb)?
_unregister_wait_cb must be called after all callbacks are called?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list