mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Rewrap line.
This commit is contained in:
		
							parent
							
								
									4c6c7caf83
								
							
						
					
					
						commit
						a651d3de00
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1255,7 +1255,8 @@ int PyUnicode_SetDefaultEncoding(const char *encoding) | |||
| static | ||||
| int unicode_decode_call_errorhandler(const char *errors, PyObject **errorHandler, | ||||
|                  const char *encoding, const char *reason, | ||||
|                  const char **input, const char **inend, Py_ssize_t *startinpos, Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, | ||||
|                  const char **input, const char **inend, Py_ssize_t *startinpos, | ||||
|                  Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, | ||||
|                  PyObject **output, Py_ssize_t *outpos, Py_UNICODE **outptr) | ||||
| { | ||||
|     static char *argparse = "O!n;decoding error handler must return (unicode, int) tuple"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Walter Dörwald
						Walter Dörwald