diff options
author | Kyle Stanley <aeros167@gmail.com> | 2020-05-31 03:07:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 00:07:04 -0700 |
commit | 2b201369b435a4266bda5b895e3b615dbe28ea6e (patch) | |
tree | 75306b15a42274e929b3286f4a74368b983f205c /Python/errors.c | |
parent | 007bb06a2de9e64fa978f5dd9131d0100227b4cf (diff) | |
download | cpython-git-2b201369b435a4266bda5b895e3b615dbe28ea6e.tar.gz |
Fix asyncio.to_thread() documented return type (GH-20547)
When I wrote the documentation for `asyncio.to_thread()`, I mistakenly assumed that `return await loop.run_in_executor(...)` within an async def function would return a Future. In reality, it returns a coroutine.
This likely won't affect typical usage of `asyncio.to_thread()`, but it's important for the documentation to be correct here. In general, we also tend to avoid returning futures from high-level APIs in asyncio.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions