This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document multiprocessing.set_forkserver_preload
Type: enhancement Stage:
Components: Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: docs@python, maggyero
Priority: normal Keywords:

Created on 2022-02-24 19:12 by maggyero, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg413934 - (view) Author: Géry (maggyero) * Date: 2022-02-24 19:12
I have just notice that the multiprocessing.set_forkserver_preload (which originates from multiprocessing.forkserver.set_forkserver_preload) is not documented:
https://github.com/python/cpython/blob/v3.10.2/Lib/multiprocessing/context.py#L180-L185
msg413942 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2022-02-24 23:44
(3.7 and 3.8 are not accepting patches unless they relate to security issues, so I am removing them from the "versions" field.)
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 91007
2022-02-24 23:44:54AlexWaygoodsetnosy: - AlexWaygood
2022-02-24 23:44:50AlexWaygoodsetnosy: + AlexWaygood

messages: + msg413942
versions: - Python 3.7, Python 3.8
2022-02-24 22:07:07maggyerosettype: enhancement
2022-02-24 19:12:34maggyerocreate