summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/gen_yield_from_throw2.py
Commit message (Collapse)AuthorAge
* py/vm: Fix case of throwing GeneratorExit type into yield-from.Damien George2018-09-28
| | | | | | | | mp_make_raise_obj must be used to convert a possible exception type to an instance object, otherwise the VM may raise a non-exception object. An existing test is adjusted to test this case, with the original test already moved to generator_throw.py.
* tests: Update tests, and add new ones, for recent generator tweaks.Damien George2017-01-17
|
* tests/basics: Improve test coverage for generators.Rami Ali2016-12-20