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.

Author sam_ezeh
Recipients John Hagen, docs@python, sam_ezeh
Date 2022-04-05.19:12:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649185925.37.0.282885343805.issue47184@roundup.psfhosted.org>
In-reply-to
Content
It's quite weird, the documentation says set_start_method "should not be used more than once in the program" twice.

The source code also contains the following line

```
# Type of default context -- underlying context can be set at most once
```

I'm not too familiar with the multiprocessing library but with the force parameter set to True, I don't understand why that can't happen. If there's a specific reason, maybe that should be documented too.
History
Date User Action Args
2022-04-05 19:12:05sam_ezehsetrecipients: + sam_ezeh, docs@python, John Hagen
2022-04-05 19:12:05sam_ezehsetmessageid: <1649185925.37.0.282885343805.issue47184@roundup.psfhosted.org>
2022-04-05 19:12:05sam_ezehlinkissue47184 messages
2022-04-05 19:12:05sam_ezehcreate