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 6ea4258 commit 50896e3Copy full SHA for 50896e3
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