We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8b05 commit 66e8f3eCopy full SHA for 66e8f3e
1 file changed
trio_asyncio/base.py
@@ -645,9 +645,6 @@ async def _main_loop(self, task_status=trio.TASK_STATUS_IGNORED):
645
except StopAsyncIteration:
646
# raised by .stop_me() to interrupt the loop
647
pass
648
- except trio.Cancelled:
649
- import pdb;pdb.set_trace()
650
- raise
651
finally:
652
# Signal that the loop is no longer running
653
self._stopped.set()
0 commit comments