mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	bpo-39481: PEP 585 for a variety of modules (GH-19423)
- concurrent.futures - ctypes - http.cookies - multiprocessing - queue - tempfile - unittest.case - urllib.parse
This commit is contained in:
		
							parent
							
								
									e3ec44d692
								
							
						
					
					
						commit
						0361556537
					
				
					 15 changed files with 66 additions and 1 deletions
				
			
		|  | @ -20,6 +20,7 @@ | |||
| import threading | ||||
| import time | ||||
| import traceback | ||||
| import types | ||||
| import warnings | ||||
| from queue import Empty | ||||
| 
 | ||||
|  | @ -780,6 +781,8 @@ def _set(self, i, obj): | |||
|         del self._cache[self._job] | ||||
|         self._pool = None | ||||
| 
 | ||||
|     __class_getitem__ = classmethod(types.GenericAlias) | ||||
| 
 | ||||
| AsyncResult = ApplyResult       # create alias -- see #17805 | ||||
| 
 | ||||
| # | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Batuhan Taşkaya
						Batuhan Taşkaya