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 socketpair
Recipients gvanrossum, socketpair, vstinner, yselivanov
Date 2015-11-29.20:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448829785.84.0.18656787971.issue24523@psf.upfronthosting.co.za>
In-reply-to
Content
Yes this is not a bug.

Use asyncio.gather(), it preserves order of elements :)
History
Date User Action Args
2015-11-29 20:43:05socketpairsetrecipients: + socketpair, gvanrossum, vstinner, yselivanov
2015-11-29 20:43:05socketpairsetmessageid: <1448829785.84.0.18656787971.issue24523@psf.upfronthosting.co.za>
2015-11-29 20:43:05socketpairlinkissue24523 messages
2015-11-29 20:43:05socketpaircreate