Skip to content

gh-110335: asyncio test_unix_events cleans multiprocessing #110336

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
Oct 4, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 4, 2023

test_unix_events tests using the multiprocessing module now call multiprocessing.util._cleanup_tests().

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
@vstinner vstinner added tests Tests in the Lib/test dir needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Oct 4, 2023
@vstinner vstinner enabled auto-merge (squash) October 4, 2023 08:53
@vstinner vstinner merged commit 1337765 into python:main Oct 4, 2023
@vstinner vstinner deleted the asyncio_clean_multiprocessing branch October 4, 2023 09:19
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

cherry_picker 1337765225d7d593169205672e004f97e15237ec 3.11

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 4, 2023
…honGH-110336)

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
(cherry picked from commit 1337765)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Oct 4, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Oct 4, 2023
@vstinner
Copy link
Member Author

vstinner commented Oct 4, 2023

Python 3.11 is not affected.

vstinner added a commit that referenced this pull request Oct 4, 2023
…-110336) (#110338)

gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
(cherry picked from commit 1337765)

Co-authored-by: Victor Stinner <vstinner@python.org>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…hon#110336)

test_unix_events tests using the multiprocessing module now call
multiprocessing.util._cleanup_tests().
@ZeroIntensity ZeroIntensity removed the needs backport to 3.11 only security fixes label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants