mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	SF patch #1355913, PEP 341 - Unification of try/except and try/finally
Modified since ast-arenas was implemented.
This commit is contained in:
		
							parent
							
								
									adb69fcdff
								
							
						
					
					
						commit
						f599f424a2
					
				
					 5 changed files with 265 additions and 59 deletions
				
			
		|  | @ -841,15 +841,26 @@ static arc arcs_39_6[1] = { | |||
| static arc arcs_39_7[1] = { | ||||
| 	{22, 9}, | ||||
| }; | ||||
| static arc arcs_39_8[3] = { | ||||
| static arc arcs_39_8[4] = { | ||||
| 	{95, 4}, | ||||
| 	{91, 5}, | ||||
| 	{91, 10}, | ||||
| 	{96, 5}, | ||||
| 	{0, 8}, | ||||
| }; | ||||
| static arc arcs_39_9[1] = { | ||||
| 	{0, 9}, | ||||
| }; | ||||
| static state states_39[10] = { | ||||
| static arc arcs_39_10[1] = { | ||||
| 	{21, 11}, | ||||
| }; | ||||
| static arc arcs_39_11[1] = { | ||||
| 	{22, 12}, | ||||
| }; | ||||
| static arc arcs_39_12[2] = { | ||||
| 	{96, 5}, | ||||
| 	{0, 12}, | ||||
| }; | ||||
| static state states_39[13] = { | ||||
| 	{1, arcs_39_0}, | ||||
| 	{1, arcs_39_1}, | ||||
| 	{1, arcs_39_2}, | ||||
|  | @ -858,8 +869,11 @@ static state states_39[10] = { | |||
| 	{1, arcs_39_5}, | ||||
| 	{1, arcs_39_6}, | ||||
| 	{1, arcs_39_7}, | ||||
| 	{3, arcs_39_8}, | ||||
| 	{4, arcs_39_8}, | ||||
| 	{1, arcs_39_9}, | ||||
| 	{1, arcs_39_10}, | ||||
| 	{1, arcs_39_11}, | ||||
| 	{2, arcs_39_12}, | ||||
| }; | ||||
| static arc arcs_40_0[1] = { | ||||
| 	{97, 1}, | ||||
|  | @ -1754,7 +1768,7 @@ static dfa dfas[79] = { | |||
| 	 "\000\000\000\000\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000\000\000"}, | ||||
| 	{294, "for_stmt", 0, 10, states_38, | ||||
| 	 "\000\000\000\000\000\000\000\000\000\000\000\040\000\000\000\000\000\000\000\000\000"}, | ||||
| 	{295, "try_stmt", 0, 10, states_39, | ||||
| 	{295, "try_stmt", 0, 13, states_39, | ||||
| 	 "\000\000\000\000\000\000\000\000\000\000\000\100\000\000\000\000\000\000\000\000\000"}, | ||||
| 	{296, "except_clause", 0, 5, states_40, | ||||
| 	 "\000\000\000\000\000\000\000\000\000\000\000\000\002\000\000\000\000\000\000\000\000"}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz