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 andrei.avk
Recipients andrei.avk, defreng, ezio.melotti, lukasz.langa, michael.foord, rbcollins, rmast, santhu_reddy12, serhiy.storchaka, terry.reedy, xtreak, zach.ware
Date 2021-08-21.04:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629518739.15.0.0838262789084.issue41322@roundup.psfhosted.org>
In-reply-to
Content
The test was refactored in this commit: https://github.com/python/cpython/commit/658103f84ea860888f8dab9615281ea64fee31b9

the refactoring moved yield statement from inner func into the test.

That was 8 years ago so it hasn't worked since then, and since asyncio changed a lot, I wonder if the test is still valid?

Ryan, do you want to open a new issue for fixing / removing the test?
History
Date User Action Args
2021-08-21 04:05:39andrei.avksetrecipients: + andrei.avk, terry.reedy, rbcollins, ezio.melotti, michael.foord, lukasz.langa, zach.ware, serhiy.storchaka, xtreak, defreng, santhu_reddy12, rmast
2021-08-21 04:05:39andrei.avksetmessageid: <1629518739.15.0.0838262789084.issue41322@roundup.psfhosted.org>
2021-08-21 04:05:39andrei.avklinkissue41322 messages
2021-08-21 04:05:39andrei.avkcreate