File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2449,7 +2449,7 @@ def test_expandtabs_optimization(self):
24492449        self .assertIs (s .expandtabs (), s )
24502450
24512451    def  test_raiseMemError (self ):
2452-         asciifields  =  "nnb " 
2452+         asciifields  =  "nnbb " 
24532453        compactfields  =  asciifields  +  "nP" 
24542454        ascii_struct_size  =  support .calcobjsize (asciifields )
24552455        compact_struct_size  =  support .calcobjsize (compactfields )
Original file line number Diff line number Diff line change @@ -1762,7 +1762,7 @@ class newstyleclass(object): pass
17621762                   '\u0100 ' * 40 , '\uffff ' * 100 ,
17631763                   '\U00010000 ' * 30 , '\U0010ffff ' * 100 ]
17641764        # also update field definitions in test_unicode.test_raiseMemError 
1765-         asciifields  =  "nnb " 
1765+         asciifields  =  "nnbb " 
17661766        compactfields  =  asciifields  +  "nP" 
17671767        unicodefields  =  compactfields  +  "P" 
17681768        for  s  in  samples :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments