mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix silly leak in test used in test_exceptions.
This commit is contained in:
		
							parent
							
								
									da0a0673b1
								
							
						
					
					
						commit
						f02bcee095
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -544,6 +544,7 @@ raise_exception(PyObject *self, PyObject *args)
 | 
			
		|||
		PyTuple_SET_ITEM(exc_args, i, v);
 | 
			
		||||
	}
 | 
			
		||||
	PyErr_SetObject(exc, exc_args);
 | 
			
		||||
	Py_DECREF(exc_args);
 | 
			
		||||
	return NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue