mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
This commit is contained in:
parent
b96ef55d49
commit
eb6364557f
27 changed files with 2189 additions and 96 deletions
|
@ -87,6 +87,7 @@ COMPILER_FLAG_NAMES = {
|
|||
64: "NOFREE",
|
||||
128: "COROUTINE",
|
||||
256: "ITERABLE_COROUTINE",
|
||||
512: "ASYNC_GENERATOR",
|
||||
}
|
||||
|
||||
def pretty_flags(flags):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue