File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ extern wchar_t *_PyMem_DefaultRawWcsdup(const wchar_t *str);
117117extern  int  _PyMem_DebugEnabled (void );
118118
119119// Enqueue a pointer to be freed possibly after some delay. 
120- PyAPI_FUNC ( void )  _PyMem_FreeDelayed (void  * ptr );
120+ extern   void  _PyMem_FreeDelayed (void  * ptr );
121121
122122// Enqueue an object to be freed possibly after some delay 
123123#ifdef  Py_GIL_DISABLED 
Original file line number Diff line number Diff line change @@ -37,3 +37,6 @@ _symtable symtablemodule.c
3737
3838#  for systems without $HOME env, used by site._getuserbase()
3939@MODULE_PWD_TRUE@pwd pwdmodule.c
40+ 
41+ #  for optimization purposes
42+ @MODULE_ARRAY_TRUE@array arraymodule.c
Original file line number Diff line number Diff line change 2828
2929# ###########################################################################
3030#  Modules that should always be present (POSIX and Windows):
31- @MODULE_ARRAY_TRUE@array arraymodule.c
3231@MODULE__ASYNCIO_TRUE@_asyncio _asynciomodule.c
3332@MODULE__BISECT_TRUE@_bisect _bisectmodule.c
3433@MODULE__CONTEXTVARS_TRUE@_contextvars _contextvarsmodule.c
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments