mirror of https://github.com/python/cpython
Browse Source
The docs were ambiguous about whether you pass in a coroutine function or a coroutine object, e.g. is it: aestack.push_async_exit(some_async_func) or aestack.push_async_exit(some_async_func()) (It's the first one.)pull/9410/head
committed by
Carol Willing
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue