mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation
This commit is contained in:
		
							parent
							
								
									a5083ec3b3
								
							
						
					
					
						commit
						bba23a897e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -845,6 +845,11 @@ Changes to Python's build process, and to the C API, include:
 | 
				
			||||||
when running Python's \file{configure} script.  (Contributed by Ondrej
 | 
					when running Python's \file{configure} script.  (Contributed by Ondrej
 | 
				
			||||||
Palkovsky.)
 | 
					Palkovsky.)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\item The public Python C API will generally be declared using PyAPI_FUNC
 | 
				
			||||||
 | 
					and PyAPI_DATA macros, while Python extension module init functions
 | 
				
			||||||
 | 
					will be declared with PyMODINIT_FUNC.  DL_EXPORT/DL_IMPORT macros
 | 
				
			||||||
 | 
					are deprecated.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\item The interpreter can be compiled without any docstrings for 
 | 
					\item The interpreter can be compiled without any docstrings for 
 | 
				
			||||||
the built-in functions and modules by supplying
 | 
					the built-in functions and modules by supplying
 | 
				
			||||||
\longprogramopt{without-doc-strings} to the \file{configure} script.
 | 
					\longprogramopt{without-doc-strings} to the \file{configure} script.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue