mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Add DL_IMPORT(returntype) for all officially exported functions.
This commit is contained in:
		
							parent
							
								
									b241b67b89
								
							
						
					
					
						commit
						43466ec7b0
					
				
					 44 changed files with 401 additions and 398 deletions
				
			
		|  | @ -106,7 +106,7 @@ static struct PycStringIO_CAPI { | |||
| #define PycStringIO_OutputCheck(O) \ | ||||
|   ((O)->ob_type==PycStringIO->OutputType) | ||||
| 
 | ||||
| static void * | ||||
| static DL_IMPORT(void *) | ||||
| xxxPyCObject_Import(module_name, name) | ||||
|   char *module_name; | ||||
|   char *name; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum