Andrei Kulakov <[email protected]> added the comment:
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? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41322> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
