mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Deallocate content of the dict free list on interpreter shutdown
This commit is contained in:
		
							parent
							
								
									8352585909
								
							
						
					
					
						commit
						f75dbef208
					
				
					 4 changed files with 17 additions and 0 deletions
				
			
		|  | @ -473,6 +473,7 @@ Py_Finalize(void) | |||
| 	PyString_Fini(); | ||||
| 	PyInt_Fini(); | ||||
| 	PyFloat_Fini(); | ||||
| 	PyDict_Fini(); | ||||
| 
 | ||||
| #ifdef Py_USING_UNICODE | ||||
| 	/* Cleanup Unicode implementation */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christian Heimes
						Christian Heimes