mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
This commit is contained in:
		
							parent
							
								
									f9195318a8
								
							
						
					
					
						commit
						e4fe303b8c
					
				
					 9 changed files with 66 additions and 158 deletions
				
			
		|  | @ -323,7 +323,7 @@ async def create_unix_server( | |||
|             server._start_serving() | ||||
|             # Skip one loop iteration so that all 'loop.add_reader' | ||||
|             # go through. | ||||
|             await tasks.sleep(0, loop=self) | ||||
|             await tasks.sleep(0) | ||||
| 
 | ||||
|         return server | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yurii Karabas
						Yurii Karabas