odoo/upgrade-util#294

Created by Upgrade, Carsten Wolff (cawo)
Merged at 934cde68165105a19ba45fb7f9224fc169dd51c7

Statuses:

Linked pull requests
label
odoo-dev:master-imp_snippets_prepare_py_3_14-cawo
head
0e396bc8c3a26894eda19167838ac38222a61376
merged
3 weeks ago by Upgrade, Christophe Simonis (chs)
odoo/upgrade odoo/upgrade-util
master #8239 #294

[IMP] snippets: prepare for changed default in python 3.14

Cited from documentation:
> Note The default multiprocessing start method (see Contexts and start
> methods) will change away from fork in Python 3.14. Code that requires fork
> be used for their ProcessPoolExecutor should explicitly specify that by
> passing a mp_context=multiprocessing.get_context("fork") parameter.1


  1. https://docs.python.org/3/library/concurrent.futures.html#processpoolexecutor ↩