mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage
loss for no reason.
This commit is contained in:
		
							parent
							
								
									f4593e0b65
								
							
						
					
					
						commit
						ae3b1258e4
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -506,9 +506,6 @@ def __init__(self, request, client_address, server): | ||||||
|     def setup(self): |     def setup(self): | ||||||
|         pass |         pass | ||||||
| 
 | 
 | ||||||
|     def __del__(self): |  | ||||||
|         pass |  | ||||||
| 
 |  | ||||||
|     def handle(self): |     def handle(self): | ||||||
|         pass |         pass | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Skip Montanaro
						Skip Montanaro