GeneratorExit
python GeneratorExit
Raised inside a generator or coroutine when generator.close() is called. The generator should either catch and re-raise it, or not catch it at all.
Raised inside a generator or coroutine when generator.close() is called. The generator should either catch and re-raise it, or not catch it at all.