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 yselivanov
Recipients Elvis.Pranskevichus, asvetlov, gvanrossum, methane, ned.deily, vstinner, yselivanov
Date 2016-10-28.04:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477628866.56.0.134315705624.issue28544@psf.upfronthosting.co.za>
In-reply-to
Content
> - and `tasks.py` imports `futures.py` to have `isfuture`.

And tasks.py also imports coroutines.py (which was importing futures.py), making the cycle even worse.  Anyways, I don't see a problem in moving a function or two that everybody uses into a separate module.
History
Date User Action Args
2016-10-28 04:27:46yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, ned.deily, asvetlov, methane, Elvis.Pranskevichus
2016-10-28 04:27:46yselivanovsetmessageid: <1477628866.56.0.134315705624.issue28544@psf.upfronthosting.co.za>
2016-10-28 04:27:46yselivanovlinkissue28544 messages
2016-10-28 04:27:46yselivanovcreate