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 vstinner
Recipients Yury.Selivanov, alex.gronholm, gvanrossum, scoder, vstinner, yselivanov
Date 2015-08-01.10:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZgoTG+5vkY4Tn2ym+TX+4k0KZMLjwXNRKAQ1EZg-Sbaw@mail.gmail.com>
In-reply-to <1438384584.03.0.258494501551.issue24383@psf.upfronthosting.co.za>
Content
I'm not sure that it's a good idea to start adding special cases in Task
class which is already very complex.

Instead we may add a way to register custom awaitable objects?
History
Date User Action Args
2015-08-01 10:10:24vstinnersetrecipients: + vstinner, gvanrossum, scoder, alex.gronholm, Yury.Selivanov, yselivanov
2015-08-01 10:10:24vstinnerlinkissue24383 messages
2015-08-01 10:10:24vstinnercreate