mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Temporary silence test broken by issue19255.
Remove unused variables.
This commit is contained in:
		
							parent
							
								
									87a5c515d0
								
							
						
					
					
						commit
						d667d72cb7
					
				
					 2 changed files with 2 additions and 3 deletions
				
			
		|  | @ -2691,7 +2691,8 @@ def test_rwpair_cleared_before_textio(self): | |||
| 
 | ||||
| class PyTextIOWrapperTest(TextIOWrapperTest): | ||||
|     io = pyio | ||||
|     shutdown_error = "LookupError: unknown encoding: ascii" | ||||
|     #shutdown_error = "LookupError: unknown encoding: ascii" | ||||
|     shutdown_error = "TypeError: 'NoneType' object is not iterable" | ||||
| 
 | ||||
| 
 | ||||
| class IncrementalNewlineDecoderTest(unittest.TestCase): | ||||
|  |  | |||
|  | @ -401,8 +401,6 @@ PyImport_Cleanup(void) | |||
|     PyObject *key, *value, *dict; | ||||
|     PyInterpreterState *interp = PyThreadState_GET()->interp; | ||||
|     PyObject *modules = interp->modules; | ||||
|     PyObject *builtins_mod = NULL; | ||||
|     PyObject *sys_mod = NULL; | ||||
|     PyObject *weaklist = NULL; | ||||
|     char **p; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Serhiy Storchaka
						Serhiy Storchaka