File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ source file by including the header ``"Python.h"``.
2020The compilation of an extension module depends on its intended use as well as on
2121your system setup; details are given in later chapters.
2222
23- 
2423.. note ::
2524
2625   The C extension interface is specific to CPython, and extension modules do
@@ -486,6 +485,10 @@ optionally followed by an import of the module::
486485   In this case, at least the :c:data: `Py_mod_multiple_interpreters ` slot
487486   in the examples should be ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED ``.
488487
488+ A more substantial example module is included in the Python source distribution
489+ as :file: `Modules/xxlimited.c `.  This file may be used as a  template or simply
490+ read as an example.
491+ 
489492.. _compilation :
490493
491494Compilation and Linkage
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments