mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	don't return from main loop when error occurs
This commit is contained in:
		
							parent
							
								
									9cfea10bf2
								
							
						
					
					
						commit
						72b56e831f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1535,7 +1535,8 @@ eval_code2(co, globals, locals, | |||
| 					else { | ||||
| 						err_setstr(TypeError, | ||||
| 	   "unbound method must be called with class instance 1st argument"); | ||||
| 						return NULL; | ||||
| 						x = NULL; | ||||
| 						break; | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum