summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-10-29 20:08:56 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-10-29 20:08:56 (GMT)
commit3046fe4c039f333c1dc8d7758990df5bcadef873 (patch)
tree946d44d083e8e93e5b94bb176d46810948f50661 /Doc/library/os.rst
parentfb6b44e83083df34e8fccced4a2b518b27718144 (diff)
downloadcpython-3046fe4c039f333c1dc8d7758990df5bcadef873.zip
cpython-3046fe4c039f333c1dc8d7758990df5bcadef873.tar.gz
cpython-3046fe4c039f333c1dc8d7758990df5bcadef873.tar.bz2
Issue #18747: document issue with OpenSSL's CPRNG state and fork
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 59457f7..2c33366 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2582,6 +2582,10 @@ written in Python, such as a mail server's external command delivery program.
Note that some platforms including FreeBSD <= 6.3, Cygwin and OS/2 EMX have
known issues when using fork() from a thread.
+ .. warning::
+
+ See :mod:`ssl` for applications that use the SSL module with fork().
+
Availability: Unix.