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 2b9e180 commit cabbc3bCopy full SHA for cabbc3b
1 file changed
Doc/api/api.tex
@@ -1033,6 +1033,13 @@ \section{OS Utilities \label{os}}
1033
the standard C library function \cfunction{time()}.
1034
\end{cfuncdesc}
1035
1036
+\begin{cfuncdesc}{void}{PyOS_AfterFork}{}
1037
+Function to update some internal state after a process fork; this
1038
+should be called in the new process if the Python interpreter will
1039
+continue to be used. If a new executable is loaded into the new
1040
+process, this function does not need to be called.
1041
+\end{cfuncdesc}
1042
+
1043
1044
\section{Process Control \label{processControl}}
1045
0 commit comments