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

INADA Naoki report at bugs.python.org
Tue Oct 18 20:52:55 EDT 2016


INADA Naoki added the comment:

I think _WaitCancelFuture can do same thing by overriding
callers of _schedule_callbacks.

Attached patch does it, and make _schedule_callbacks private
by renaming it to __schedule_callbacks.

----------
Added file: http://bugs.python.org/file45139/dont-override-schedule-callbacks.patch

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


More information about the Python-bugs-list mailing list