mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +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 @@ def distb(tb=None, *, file=None): | |||
|     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
	
	 Yury Selivanov
						Yury Selivanov