Enter g
Enter f
Traceback (most recent call last):
  File "test26.py", line 21, in <module>
    gi.throw(GeneratorExit)
  File "test26.py", line 16, in g
    yield from f()
GeneratorExit
