Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cawo-odoo
Copy link
Contributor

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

Footnotes

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

@robodoo
Copy link
Contributor

robodoo commented Jul 9, 2025

Pull request status dashboard

@KangOl
Copy link
Contributor

KangOl commented Jul 9, 2025

upgradeci retry with always only sms hr_recruitment mrp account_reports crm spreadsheet_edition documents base

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
@cawo-odoo cawo-odoo force-pushed the master-imp_snippets_prepare_py_3_14-cawo branch from ea39adc to fc7d933 Compare July 11, 2025 06:50
@KangOl
Copy link
Contributor

KangOl commented Jul 11, 2025

upgradeci retry with always only base mass_mailing mass_mailing_themes point_of_sale test_themes theme_common theme_treehouse web web_editor website website_blog website_enterprise website_event website_mass_mailing website_sale

@cawo-odoo cawo-odoo requested review from a team and asno-odoo July 11, 2025 07:59
@cawo-odoo cawo-odoo marked this pull request as ready for review July 11, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants