13 Commits

Author SHA1 Message Date
Jonathan Rotter
7996a10116 await in list comprehension (#5334)
* check if comprehension element contains await

* force execution to pause in async gen
2024-05-27 16:54:56 +09:00
Jeong YunWon
b58bdc9e32 Uncomment async for tests 2024-04-25 20:23:34 +09:00
sum12
d74a1d58a6 added test for builtin.aiter 2022-04-21 09:49:17 +02:00
Padraic Fanning
b8c9b383f0 Mark erroring tests 2022-04-20 21:33:19 -04:00
Padraic Fanning
15129a955b Comment out test with async for comprehension 2022-04-20 19:58:56 -04:00
Padraic Fanning
445ef1ee8e Update test_asyncgen.py to CPython 3.10 2022-04-20 19:48:42 -04:00
Dean Li
6f98288e84 test: use import_helper 2021-11-29 21:03:02 +08:00
Noah
d400293fe6 Unmark asyncgen tests 2021-02-15 20:46:56 -06:00
Jeong YunWon
da53f94c6f unskip test_asyncgen.py 2020-11-12 11:30:33 +09:00
Noah
888ec28fbf Mark unsupported tests 2020-03-21 00:35:38 -05:00
Noah
c1bf5124b1 RuntimeError on coro raising StopIteration 2020-03-21 00:35:38 -05:00
Noah
8f2c03c307 Update to test_asyncgen from CPython 3.8 2020-03-21 00:35:38 -05:00
Noah
8a30af8357 Add test/test_asyncgen from CPython 3.6 2020-03-21 00:34:13 -05:00