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 2d54523 commit 65e6900Copy full SHA for 65e6900
1 file changed
Doc/ext/ext.tex
@@ -400,6 +400,8 @@ \section{The Module's Method Table and Initialization Function
400
}
401
\end{verbatim}
402
403
+Note that for \Cpp, this method must be declared \code{extern "C"}.
404
+
405
When the Python program imports module \module{spam} for the first
406
time, \cfunction{initspam()} is called. (See below for comments about
407
embedding Python.) It calls
0 commit comments