File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,11 @@ typedef struct {
7575    unsigned int   closefd  : 1 ;
7676    char  finalizing ;
7777    /* Stat result which was grabbed at file open, useful for optimizing common 
78-     File I/O patterns to be more efficient. This is only guidance / an estimate, 
79-     as it is subject to Time-Of-Check to Time-Of-Use (TOCTOU) issues / bugs. 
80-     Both the underlying file descriptor and file may be modified outside of the 
81-     fileio object / Python (ex. gh-90102, GH-121941, gh-109523). */ 
78+        File I/O patterns to be more efficient. This is only guidance / an 
79+        estimate, as it is subject to Time-Of-Check to Time-Of-Use (TOCTOU) 
80+        issues / bugs. Both the underlying file descriptor and file may be 
81+        modified outside of the fileio object / Python (ex. gh-90102, GH-121941, 
82+        gh-109523). */ 
8283    struct  _Py_stat_struct  * stat_atopen ;
8384    PyObject  * weakreflist ;
8485    PyObject  * dict ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments