mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
This commit is contained in:
		
							parent
							
								
									49d6b8c0c3
								
							
						
					
					
						commit
						6ea2b8fc8b
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		|  | @ -6,6 +6,7 @@ | |||
|            'get_event_loop_policy', 'set_event_loop_policy', | ||||
|            'get_event_loop', 'set_event_loop', 'new_event_loop', | ||||
|            'get_child_watcher', 'set_child_watcher', | ||||
|            '_set_running_loop', '_get_running_loop', | ||||
|            ] | ||||
| 
 | ||||
| import functools | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yury Selivanov
						Yury Selivanov