mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	bpo-32688: Make why the line is commented out clear (GH-5405)
This commit is contained in:
		
							parent
							
								
									1e34da49ef
								
							
						
					
					
						commit
						997478eb79
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3525,7 +3525,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag) | |||
|                                 tstate, f, | ||||
|                                 PyTrace_RETURN, retval)) { | ||||
|                 Py_CLEAR(retval); | ||||
|                 /* why = WHY_EXCEPTION; */ | ||||
|                 /* why = WHY_EXCEPTION; useless yet but cause compiler warnings */ | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Xiang Zhang
						Xiang Zhang