File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- sphinx-autobuild source  build
3+ sphinx-autobuild --open-browser  source  build
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Memory ownership is never transferred across the api boundary.
99Usually, any pointers returned from any of the *c * functions are valid until next call to the same function.
1010Therefore, most *c * functions are *not * reentrant.
1111
12- The Python and C# wrappers functions always copy all necessary memory from the provided pointers into the native  memory of the language.
12+ The Python and C# wrappers functions always copy all necessary memory from the provided pointers into the managed  memory of the language.
1313Be careful if you use a *c * function directly.
1414
1515Threads
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments