Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bba23a8

Browse files
committed
SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation
1 parent a5083ec commit bba23a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,11 @@ \section{Build and C API Changes}
845845
when running Python's \file{configure} script. (Contributed by Ondrej
846846
Palkovsky.)
847847

848+
\item The public Python C API will generally be declared using PyAPI_FUNC
849+
and PyAPI_DATA macros, while Python extension module init functions
850+
will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros
851+
are deprecated.
852+
848853
\item The interpreter can be compiled without any docstrings for
849854
the built-in functions and modules by supplying
850855
\longprogramopt{without-doc-strings} to the \file{configure} script.

0 commit comments

Comments
 (0)