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 hellysmile
Recipients asvetlov, hellysmile, yselivanov
Date 2017-09-22.20:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506113277.58.0.317559444537.issue31556@psf.upfronthosting.co.za>
In-reply-to
Content
There is no need to create extra future and use loop.call_later to cancel base future from asyncio.wait_for when timeout==0. If loop is heavy loaded it can be cancelled simnifically later then 0 seconds later.
History
Date User Action Args
2017-09-22 20:47:57hellysmilesetrecipients: + hellysmile, asvetlov, yselivanov
2017-09-22 20:47:57hellysmilesetmessageid: <1506113277.58.0.317559444537.issue31556@psf.upfronthosting.co.za>
2017-09-22 20:47:57hellysmilelinkissue31556 messages
2017-09-22 20:47:57hellysmilecreate