Skip to content

[3.9] bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) #20962

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 1 commit into from
Jun 18, 2020
Merged

[3.9] bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) #20962

merged 1 commit into from
Jun 18, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 18, 2020

On Linux, skip tests using multiprocessing if the current user cannot
create a file in /dev/shm/ directory. Add the
skip_if_broken_multiprocessing_synchronize() function to the
test.support module.

(cherry picked from commit ddbeb2f)

https://bugs.python.org/issue38377

…H-20944)

On Linux, skip tests using multiprocessing if the current user cannot
create a file in /dev/shm/ directory. Add the
skip_if_broken_multiprocessing_synchronize() function to the
test.support module.

(cherry picked from commit ddbeb2f)
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b1e736113484c99acb57e4acb417b91a9e58e7ff 3.9

@vstinner vstinner deleted the skip_if_broken_multiprocessing_synchronize39 branch June 18, 2020 15:20
@vstinner vstinner added needs backport to 3.8 and removed needs backport to 3.9 only security fixes labels Jun 18, 2020
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker b1e736113484c99acb57e4acb417b91a9e58e7ff 3.8

@bedevere-bot
Copy link

GH-20966 is a backport of this pull request to the 3.8 branch.

vstinner added a commit that referenced this pull request Jun 18, 2020
…H-20944) (GH-20962) (GH-20966)

On Linux, skip tests using multiprocessing if the current user cannot
create a file in /dev/shm/ directory. Add the
skip_if_broken_multiprocessing_synchronize() function to the
test.support module.

(cherry picked from commit ddbeb2f)
(cherry picked from commit b1e7361)
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.

4 participants