Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-32146: Add documentation about frozen executables on Unix #5850

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 2 commits into from
Jan 10, 2019

Conversation

bbayles
Copy link
Contributor

@bbayles bbayles commented Feb 24, 2018

This PR adds a note to the multiprocessing module's documentation about using "frozen" executables with the 'spawn' and 'forkserver'start methods.

This patch simply documents that this should be avoided. I hope it can be applied to the docs for previous Python versions as well (at least 3.7?), as all versions since 3.4 suffer from the issue?

I previously proposed a patch for the problem in PR #5195, but I imagine that will need to be revised and updated for 3.8.

https://bugs.python.org/issue32146

@bbayles
Copy link
Contributor Author

bbayles commented Aug 3, 2018

@Mariatta, I noticed you added the backport labels to this a while back. Anything I can do to move this along?

@vstinner
Copy link
Member

I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches

@bbayles
Copy link
Contributor Author

bbayles commented Jan 10, 2019

@vstinner, anything I ought to do to get this in to 3.7+? This is an outstanding problem in those releases.

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @pitrou

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fair to me. I'm sorry not noticing your (other) PR before.

@vstinner vstinner merged commit bab4bbb into python:master Jan 10, 2019
@miss-islington
Copy link
Contributor

Thanks @bbayles for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-11511 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 10, 2019
miss-islington added a commit that referenced this pull request Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants