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 asvetlov
Recipients asvetlov, gvanrossum, martin.panter, txomon, yselivanov
Date 2017-12-20.20:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513801767.58.0.213398074469.issue29558@psf.upfronthosting.co.za>
In-reply-to
Content
Awaiting a future from blocking code which in turn is executed from async code is very dangerous idea -- it will block other async code execution.

The feature will be never implemented as well as nested loops, sorry.

Closing.
History
Date User Action Args
2017-12-20 20:29:27asvetlovsetrecipients: + asvetlov, gvanrossum, martin.panter, yselivanov, txomon
2017-12-20 20:29:27asvetlovsetmessageid: <1513801767.58.0.213398074469.issue29558@psf.upfronthosting.co.za>
2017-12-20 20:29:27asvetlovlinkissue29558 messages
2017-12-20 20:29:27asvetlovcreate