mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
This commit is contained in:
parent
4e6bf4b3da
commit
7544508f02
72 changed files with 9261 additions and 5739 deletions
|
@ -84,6 +84,8 @@ COMPILER_FLAG_NAMES = {
|
|||
16: "NESTED",
|
||||
32: "GENERATOR",
|
||||
64: "NOFREE",
|
||||
128: "COROUTINE",
|
||||
256: "ITERABLE_COROUTINE",
|
||||
}
|
||||
|
||||
def pretty_flags(flags):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue