This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients gvanrossum, methane, yselivanov
Date 2016-10-15.02:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476497368.18.0.628065389536.issue28448@psf.upfronthosting.co.za>
In-reply-to
Content
_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).
History
Date User Action Args
2016-10-15 02:09:28methanesetrecipients: + methane, gvanrossum, yselivanov
2016-10-15 02:09:28methanesetmessageid: <1476497368.18.0.628065389536.issue28448@psf.upfronthosting.co.za>
2016-10-15 02:09:27methanelinkissue28448 messages
2016-10-15 02:09:27methanecreate