File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ class TestInternalCAPI(unittest.TestCase):
1717    def  test_immortal_builtins (self ):
1818        for  obj  in  range (- 5 , 256 ):
1919            self .assertTrue (_testinternalcapi .is_static_immortal (obj ))
20-         self .assertTrue (_testinternalcapi .is_static_immortal (None )
21-         self .assertTrue (_testinternalcapi .is_static_immortal (False )
22-         self .assertTrue (_testinternalcapi .is_static_immortal (True )
23-         self .assertTrue (_testinternalcapi .is_static_immortal (...)
24-         self .assertTrue (_testinternalcapi .is_static_immortal (())
20+         self .assertTrue (_testinternalcapi .is_static_immortal (None )) 
21+         self .assertTrue (_testinternalcapi .is_static_immortal (False )) 
22+         self .assertTrue (_testinternalcapi .is_static_immortal (True )) 
23+         self .assertTrue (_testinternalcapi .is_static_immortal (...)) 
24+         self .assertTrue (_testinternalcapi .is_static_immortal (())) 
2525        for  obj  in  range (300 , 400 ):
2626            self .assertFalse (_testinternalcapi .is_static_immortal (obj ))
2727        for  obj  in  ([], {}, set ()):
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments