odoo/upgrade-util#294
Created by Upgrade, Carsten Wolff (cawo)
Blocked
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- odoo-dev:master-imp_snippets_prepare_py_3_14-cawo
- head
- f3aaa15b9b1f85376318d81bad1b5b7283712202
odoo/upgrade-util | |
---|---|
master | #294 missing r+ |
[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
-
https://docs.python.org/3/library/concurrent.futures.html#processpoolexecutor ↩