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 matrixise, methane, steve.dower, yselivanov
Date 2016-10-14.12:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476448911.28.0.613651084144.issue28428@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-10-14 12:41:51methanesetrecipients: + methane, yselivanov, steve.dower, matrixise
2016-10-14 12:41:51methanesetmessageid: <1476448911.28.0.613651084144.issue28428@psf.upfronthosting.co.za>
2016-10-14 12:41:51methanelinkissue28428 messages
2016-10-14 12:41:50methanecreate