Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5083ec commit bba23a8Copy full SHA for bba23a8
1 file changed
Doc/whatsnew/whatsnew23.tex
@@ -845,6 +845,11 @@ \section{Build and C API Changes}
845
when running Python's \file{configure} script. (Contributed by Ondrej
846
Palkovsky.)
847
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
+
853
\item The interpreter can be compiled without any docstrings for
854
the built-in functions and modules by supplying
855
\longprogramopt{without-doc-strings} to the \file{configure} script.
0 commit comments