summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/gen_yield_from_throw_multi_arg.py
Commit message (Collapse)AuthorAge
* tests/basics: Split out generator.throw tests that pass multiple args.Damien George2024-05-27
The three-argument form of `.throw()` is deprecated since CPython 3.12. So split out into separate tests (with .exp files) the parts of the generator tests that test more than one argument. Signed-off-by: Damien George <damien@micropython.org>