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 c29fce0 commit 441b440Copy full SHA for 441b440
Lib/asyncio/__main__.py
@@ -64,7 +64,7 @@ def callback():
64
except BaseException as exc:
65
future.set_exception(exc)
66
67
- loop.call_soon_threadsafe(callback, context=self.context)
+ self.loop.call_soon_threadsafe(callback, context=self.context)
68
69
try:
70
return future.result()
0 commit comments