summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2021-08-09 22:35:51 (GMT)
committerGitHub <noreply@github.com>2021-08-09 22:35:51 (GMT)
commitc5c5326d4799fe4ae566aff32ed3461af95859cc (patch)
tree0934aba73b94993d6cbefa5ad02ece7afce8b52b /Doc/library/multiprocessing.rst
parent058fb35b57ca8c5063d16ec818e668b3babfea65 (diff)
downloadcpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.zip
cpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.tar.gz
cpython-c5c5326d4799fe4ae566aff32ed3461af95859cc.tar.bz2
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index b9396c3..c9b2a37 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1187,6 +1187,7 @@ For example:
>>> arr2
array('i', [0, 1, 2, 3, 4, 0, 0, 0, 0, 0])
+.. _multiprocessing-recv-pickle-security:
.. warning::