mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Get rid of the initialization of _PyCompareState_Key.
This commit is contained in:
		
							parent
							
								
									2ffbf6b112
								
							
						
					
					
						commit
						44a6ff6cf4
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -124,8 +124,6 @@ Py_Initialize(void) | ||||||
| 	/* Init Unicode implementation; relies on the codec registry */ | 	/* Init Unicode implementation; relies on the codec registry */ | ||||||
| 	_PyUnicode_Init(); | 	_PyUnicode_Init(); | ||||||
| 
 | 
 | ||||||
| 	_PyCompareState_Key = PyString_InternFromString("cmp_state"); |  | ||||||
| 
 |  | ||||||
| 	bimod = _PyBuiltin_Init(); | 	bimod = _PyBuiltin_Init(); | ||||||
| 	if (bimod == NULL) | 	if (bimod == NULL) | ||||||
| 		Py_FatalError("Py_Initialize: can't initialize __builtin__"); | 		Py_FatalError("Py_Initialize: can't initialize __builtin__"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum