Staging
v0.8.1
Revision 414d58f7450f04a12676aefbc650599930aeaca9 authored by Miss Islington (bot) on 06 October 2018, 02:29:17 UTC, committed by Ned Deily on 06 October 2018, 02:29:17 UTC
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.)
(cherry picked from commit a3c88ef12c7b8993912750b56a1e095652fe47c0)

Co-authored-by: Nathaniel J. Smith <njs@pobox.com>
1 parent 28dd737
History
File Mode Size
ceval.h -rw-r--r-- 1.4 KB
condvar.h -rw-r--r-- 2.7 KB
context.h -rw-r--r-- 701 bytes
gil.h -rw-r--r-- 1.4 KB
hamt.h -rw-r--r-- 3.0 KB
hash.h -rw-r--r-- 123 bytes
import.h -rw-r--r-- 114 bytes
mem.h -rw-r--r-- 5.8 KB
pygetopt.h -rw-r--r-- 458 bytes
pystate.h -rw-r--r-- 3.9 KB
warnings.h -rw-r--r-- 508 bytes

back to top