diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-10-16 17:04:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 17:04:43 (GMT) |
commit | 79fd6ccdbe00ec95e4d33fc24fe76076282a334e (patch) | |
tree | b0e0356fbfbc3e6cd4277a520f089e7ad21cd972 /Doc/library/multiprocessing.rst | |
parent | 35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6 (diff) | |
download | cpython-79fd6ccdbe00ec95e4d33fc24fe76076282a334e.zip cpython-79fd6ccdbe00ec95e4d33fc24fe76076282a334e.tar.gz cpython-79fd6ccdbe00ec95e4d33fc24fe76076282a334e.tar.bz2 |
gh-85299: Add note warning about entry point guard for asyncio example (#93457)
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r-- | Doc/library/multiprocessing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index dab115a..5516084 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2954,6 +2954,8 @@ Global variables However, global variables which are just module level constants cause no problems. +.. _multiprocessing-safe-main-import: + Safe importing of main module Make sure that the main module can be safely imported by a new Python |