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 c10d08f commit 46dca86Copy full SHA for 46dca86
uvloop/_testbase.py
@@ -74,6 +74,7 @@ def run_loop_briefly(self, *, delay=0.01):
74
75
def loop_exception_handler(self, loop, context):
76
self.__unhandled_exceptions.append(context)
77
+ self.loop.default_exception_handler(context)
78
79
def setUp(self):
80
self.loop = self.new_loop()
0 commit comments