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 gvanrossum
Recipients aronacher, docs@python, gvanrossum, hynek, vstinner, yselivanov
Date 2016-11-08.16:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+6mGfMx4jQwBvw+T0uWO1H+gdQrC=XB5EAfpOLRskC5Q@mail.gmail.com>
In-reply-to <1478602767.58.0.664147113322.issue27589@psf.upfronthosting.co.za>
Content
However, in general you should use a different pattern. Wrap each future in
a coroutine that does whatever you want to do to the first one ready and
maybe cancel the others. Then gather() all coroutines with the flag that
keeps errors.

--Guido (mobile)
History
Date User Action Args
2016-11-08 16:12:10gvanrossumsetrecipients: + gvanrossum, vstinner, aronacher, docs@python, hynek, yselivanov
2016-11-08 16:12:10gvanrossumlinkissue27589 messages
2016-11-08 16:12:10gvanrossumcreate