mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Remove now unused IntOrLongToString type
This commit is contained in:
		
							parent
							
								
									25a02d403c
								
							
						
					
					
						commit
						2d6266d5f1
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		|  | @ -802,9 +802,6 @@ format_string_internal(PyObject *value, const InternalFormatSpec *format, | |||
| /*********** long formatting ********************************************/ | ||||
| /************************************************************************/ | ||||
| 
 | ||||
| typedef PyObject* | ||||
| (*IntOrLongToString)(PyObject *value, int base); | ||||
| 
 | ||||
| static int | ||||
| format_long_internal(PyObject *value, const InternalFormatSpec *format, | ||||
|                      _PyUnicodeWriter *writer) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner