mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	bpo-40939: Remove even more references to the old parser (GH-21642)
Automerge-Triggered-By: @lysnikolaou
This commit is contained in:
		
							parent
							
								
									72cabb2aa6
								
							
						
					
					
						commit
						b3fbff7289
					
				
					 5 changed files with 0 additions and 17 deletions
				
			
		|  | @ -183,9 +183,6 @@ MULTILINE = { | |||
|     'float_format': 'static float_format_type ', | ||||
|     'detected_double_format': 'static float_format_type ', | ||||
|     'detected_float_format': 'static float_format_type ', | ||||
|     # Parser/listnode.c | ||||
|     'level': 'static int ', | ||||
|     'atbol': 'static int ', | ||||
|     # Python/dtoa.c | ||||
|     'private_mem': 'static double private_mem[PRIVATE_mem]', | ||||
|     'pmem_next': 'static double *', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lysandros Nikolaou
						Lysandros Nikolaou