Skip to content

gh-106723: forward -Xfrozen_modules option to spawned interpreters #106724

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

Merged
merged 4 commits into from
Jul 28, 2023

Conversation

ergoithz
Copy link
Contributor

@ergoithz ergoithz commented Jul 13, 2023

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@ghost
Copy link

ghost commented Jul 13, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@ergoithz ergoithz force-pushed the subprocess-frozen-modules branch from b9524d6 to 549c054 Compare July 13, 2023 15:12
@ergoithz ergoithz force-pushed the subprocess-frozen-modules branch from 549c054 to 1bc266e Compare July 13, 2023 15:13
@gpshead gpshead enabled auto-merge (squash) July 28, 2023 04:29
@gpshead gpshead changed the title gh-106723: forward frozen_modules xoption to subinterpreters gh-106723: forward -Xfrozen_modules option to spawned interpreters Jul 28, 2023
@gpshead gpshead merged commit 3dcac78 into python:main Jul 28, 2023
@miss-islington
Copy link
Contributor

Thanks @ergoithz for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-107367 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 28, 2023
…nterpreters (pythonGH-106724)

(cherry picked from commit 3dcac78)

Co-authored-by: Felipe A. Hernandez <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.12 only security fixes label Jul 28, 2023
@bedevere-bot
Copy link

GH-107368 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 28, 2023
…nterpreters (pythonGH-106724)

(cherry picked from commit 3dcac78)

Co-authored-by: Felipe A. Hernandez <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 28, 2023
kumaraditya303 added a commit that referenced this pull request Jul 28, 2023
…interpreters (GH-106724) (#107368)

gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724)
(cherry picked from commit 3dcac78)

Co-authored-by: Felipe A. Hernandez <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
kumaraditya303 added a commit that referenced this pull request Jul 28, 2023
…interpreters (GH-106724) (#107367)

gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724)
(cherry picked from commit 3dcac78)

Co-authored-by: Felipe A. Hernandez <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Gregory P. Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir topic-multiprocessing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiprocessing not propagating -Xfrozen_modules=off
5 participants