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 fried
Recipients asvetlov, fried, lukasz.langa, yselivanov
Date 2018-05-21.22:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526940169.23.0.682650639539.issue33523@psf.upfronthosting.co.za>
In-reply-to
Content
For loops not supporting this throwing NotImplmentedError from the method to enable reentrancy seems appropriate. 

"You should convert all your stack to async functions..."

That may not be practical for large code bases in transition to asyncio. The fixes for reentrancy that I find in reality are not adding async logic through out the call stack but instead its one of the two I listed.
History
Date User Action Args
2018-05-21 22:02:49friedsetrecipients: + fried, asvetlov, lukasz.langa, yselivanov
2018-05-21 22:02:49friedsetmessageid: <1526940169.23.0.682650639539.issue33523@psf.upfronthosting.co.za>
2018-05-21 22:02:49friedlinkissue33523 messages
2018-05-21 22:02:49friedcreate