18 Commits

Author SHA1 Message Date
CPython Developers
52d23158ed Update test_asyncgen from v3.14.2 2026-02-02 10:03:42 +09:00
Jeong, YunWon
eee360822c Rework compiler about exception handling (#6638)
* asyncgen

* fix coroutine

* rewrite compiler

* tests

* set pyc magic number
2026-01-04 09:15:38 +09:00
Jeong, YunWon
30cc772454 sys.set_asyncgen_hook (#6439)
* PyAnextAwaitable::state

* sys.set_asyncgen_hook
2025-12-16 10:11:17 +09:00
Jeong, YunWon
b3c2aa6b51 PyAnextAwaitable (#6427) 2025-12-14 12:15:29 +09:00
Yash Suthar
8f048dd9fd Implement minimal builtins.anext() (#6226)
* Implement minimal builtins.anext()

* Removed expectedFailure for builtins.anext() tests

* Removed expectedFailure from test_contextlib_async tests fixed by anext

---------

Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
2025-10-29 19:09:37 +09:00
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