]> granicus.if.org Git - python/commitdiff
Added documentation for PyOS_AfterFork().
authorFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 15:53:13 +0000 (15:53 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Jun 2000 15:53:13 +0000 (15:53 +0000)
Doc/api/api.tex

index faadd2acb2152405243e353340c855fd91c47322..c7b2d45654b2c17305dd721dbdfa1d2619aa0ede 100644 (file)
@@ -1033,6 +1033,13 @@ The result is encoded in the same way as the timestamp returned by
 the standard C library function \cfunction{time()}.
 \end{cfuncdesc}
 
+\begin{cfuncdesc}{void}{PyOS_AfterFork}{}
+Function to update some internal state after a process fork; this
+should be called in the new process if the Python interpreter will
+continue to be used.  If a new executable is loaded into the new
+process, this function does not need to be called.
+\end{cfuncdesc}
+
 
 \section{Process Control \label{processControl}}