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 a88ef00 commit a48a083Copy full SHA for a48a083
1 file changed
Doc/ext/ext.tex
@@ -406,6 +406,13 @@ \section{The Module's Method Table and Initialization Function
406
if the module could not be initialized satisfactorily, so the caller
407
doesn't need to check for errors.
408
409
+\strong{Note:} Removing entries from \code{sys.modules} or importing
410
+compiled modules into multiple interpreters within a process (or
411
+following a \cfunction{fork()} without an intervening
412
+\cfunction{exec()}) can create problems for some extension modules.
413
+Extension module authors should exercise caution when initializing
414
+internal data structures.
415
+
416
417
\section{Compilation and Linkage
418
\label{compilation}}
0 commit comments