mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
This commit is contained in:
		
							parent
							
								
									1f515e8a10
								
							
						
					
					
						commit
						39d102c2ee
					
				
					 11 changed files with 21 additions and 4 deletions
				
			
		|  | @ -567,7 +567,8 @@ def test_exceptions(self): | |||
|                            RecursionError, | ||||
|                            EncodingWarning, | ||||
|                            BaseExceptionGroup, | ||||
|                            ExceptionGroup): | ||||
|                            ExceptionGroup, | ||||
|                            IncompleteInputError): | ||||
|                     continue | ||||
|                 if exc is not OSError and issubclass(exc, OSError): | ||||
|                     self.assertEqual(reverse_mapping('builtins', name), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pablo Galindo Salgado
						Pablo Galindo Salgado