prompt-toolkit / ptpython

A better Python REPL
BSD 3-Clause "New" or "Revised" License
5.19k stars 277 forks source link

Reraise GeneratorExit error as excepted exception #568

Closed tchalupnik closed 7 months ago

tchalupnik commented 7 months ago

Solves the RuntimeError that pops when the generator is exited

jonathanslenders commented 7 months ago

Thanks!