mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[2.2.x] Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with custom signature.
Regression inc8720e7696. Backport of0344565179from master
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							0f0d1cd772
						
					
				
				
					commit
					ace0bec804
				
			| @@ -74,7 +74,7 @@ def check_errors(fn): | ||||
| def raise_last_exception(): | ||||
|     global _exception | ||||
|     if _exception is not None: | ||||
|         raise _exception[0](_exception[1]).with_traceback(_exception[2]) | ||||
|         raise _exception[1] | ||||
|  | ||||
|  | ||||
| def ensure_echo_on(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user