diff options
author | Damien George <damien.p.george@gmail.com> | 2018-09-28 11:35:37 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-09-28 11:39:35 +1000 |
commit | 0c9d4523705c0b7f156e92611001dfb3ea26424a (patch) | |
tree | c2e0cc959e3122dd76bb16dfee2e4feadbe18bbd /py/compile.c | |
parent | e6078dfed21470dd3b0f3a5e33c78b7db3501711 (diff) |
py/vm: Fix case of throwing GeneratorExit type into yield-from.
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.
Diffstat (limited to 'py/compile.c')
0 files changed, 0 insertions, 0 deletions