File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1289,11 +1289,12 @@ and :c:data:`PyType_Type` effectively act as defaults.)
12891289
12901290   .. c :macro :: Py_TPFLAGS_PREHEADER 
12911291
1292- This bit indicates  that the VM will manage some fields by storing them before the object. 
1293-       Currently, this macro is equivalent to
1292+ These bits indicate  that the VM will manage some fields by storing them
1293+       before the object.  Currently, this macro is equivalent to
12941294      :c:expr: `Py_TPFLAGS_MANAGED_DICT | Py_TPFLAGS_MANAGED_WEAKREF `.
12951295
1296-       This macro is intended for internal usage only; prefer using individual
1296+       This macro value relies on VM implementation, so his value is not
1297+       stable and may change in a future version. Prefer using individual
12971298      flags instead.
12981299
12991300      .. versionadded :: 3.12 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments