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.
self.loop
loop
1 parent a66af8b commit 7fcbe06Copy full SHA for 7fcbe06
Lib/asyncio/__main__.py
@@ -62,7 +62,7 @@ def callback():
62
except BaseException as exc:
63
future.set_exception(exc)
64
65
- loop.call_soon_threadsafe(callback, context=self.context)
+ self.loop.call_soon_threadsafe(callback, context=self.context)
66
67
try:
68
return future.result()
0 commit comments