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 serhiy.storchaka
Recipients serhiy.storchaka, yselivanov
Date 2018-03-10.13:46:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520689591.63.0.467229070634.issue33041@psf.upfronthosting.co.za>
In-reply-to
Content
PR 6052 fixes issue 1. I don't know what is the best place for tests. There are two files with tests for "async for": test_coroutines.py and test_asyncgen.py. I'm not sure that new tests use the simplest way for testing this behavior. Could you please look at them Yury?

PR 6053 fixes issue 4. Adds missed error checks, removes unused variables and removes generating redundant bytecode.
History
Date User Action Args
2018-03-10 13:46:31serhiy.storchakasetrecipients: + serhiy.storchaka, yselivanov
2018-03-10 13:46:31serhiy.storchakasetmessageid: <1520689591.63.0.467229070634.issue33041@psf.upfronthosting.co.za>
2018-03-10 13:46:31serhiy.storchakalinkissue33041 messages
2018-03-10 13:46:31serhiy.storchakacreate