File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ optionally followed by an import of the module::
483483.. note ::
484484
485485   If you need to define *static * extension types rather than heap-allocated
486-    types, the :c:data: `Py_mod_multiple_interpreters ` slot in the example  should
487-    be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED}  ``.  Without it, the module
486+    types, the :c:data: `Py_mod_multiple_interpreters ` slot in the examples  should
487+    be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED ``.  Without it, the module
488488   can create the same problems as the legacy single-phase initialization, when
489489   removing entries from ``sys.modules `` or importing compiled modules into
490490   multiple interpreters within a process (or following a :c:func: `fork ` without an
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments