Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/vm: Fix case of throwing GeneratorExit type into yield-from. | Damien George | 2018-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 George | 2017-01-17 |
| | |||
* | tests/basics: Improve test coverage for generators. | Rami Ali | 2016-12-20 |