mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	delete dead locale initialization code for windows (#3461)
This commit is contained in:
		
							parent
							
								
									4c81401b3a
								
							
						
					
					
						commit
						db610e909b
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		|  | @ -264,11 +264,7 @@ get_codec_name(const char *encoding) | |||
| static char* | ||||
| get_locale_encoding(void) | ||||
| { | ||||
| #ifdef MS_WINDOWS | ||||
|     char codepage[100]; | ||||
|     PyOS_snprintf(codepage, sizeof(codepage), "cp%d", GetACP()); | ||||
|     return get_codec_name(codepage); | ||||
| #elif defined(HAVE_LANGINFO_H) && defined(CODESET) | ||||
| #if defined(HAVE_LANGINFO_H) && defined(CODESET) | ||||
|     char* codeset = nl_langinfo(CODESET); | ||||
|     if (!codeset || codeset[0] == '\0') { | ||||
|         PyErr_SetString(PyExc_ValueError, "CODESET is not set or empty"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson