Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally#133222
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
ogbiggles wants to merge26 commits intopython:mainChoose a base branch fromogbiggles:origin/main
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+64 −0
Open
Changes from1 commit
Commits
Show all changes
26 commits Select commitHold shift + click to select a range
8ac1fcf
gh-132969 Fix exception/hang when shutdown(wait=False) and a task ex…
ogbiggles1774445
📜🤖 Added by blurb_it.
blurb-it[bot]0938eeb
gh-132969 Skip forkserver-dependent test on Windows
blurb-it[bot]dbc0ba8
Merge branch 'origin/main' of github.com:ogbiggles/cpython-fix-132969…
ogbiggles99ab321
gh-132969 Skip forkserver dependent tests on Windows
ogbigglesfe3650c
Merge branch 'main' into origin/main
ogbiggles40cefc2
Merge branch 'python:main' into origin/main
ogbigglesc177c91
gh-132969 Added more verbiage to the explanation.
ogbiggles2cd70b1
gh-132969 Add more verbiage explaining the change
ogbiggles57265b5
gh-132969 Make test helper methods into private class methods, use @…
ogbigglesd0c2bb0
Merge branch 'origin/main' of github.com:ogbiggles/cpython-fix-132969…
ogbiggles709d9fd
gh-132969 Fix Sphinx Lint error
ogbiggles1a8919b
gh-132969: make unittest for gh-132969 runnable on windows by swichin…
ogbiggles87eb623
gh-132969: Remove @unittest.skipIf annotations since spawn works on w…
ogbigglesec2543a
gh-132969: Incorproate review suggestion to skip test when start_meth…
ogbiggles3b3721f
gh-132969: Remove import of multiprocessing and use self.get_context(…
ogbiggles7ef7872
gh-132969: use self.skipTest instead of unittest.SkipTest, shorten me…
ogbigglesefd0a1d
gh-132969: removed type annotations
ogbigglesb335d38
gh-132969: removed extraneous blank line
ogbigglesb060786
gh-132969: fix call to self.skipTest
ogbigglesc6457c3
gh-132969: Run gh-132969 tests only with "spawn" mp_context
ogbiggles2beb0d9
Merge branch 'main' into origin/main
ogbiggles65f30b0
gh-132969: Join executor_manager_thread after exercising shutdown(wai…
ogbiggles54ae7b8
gh-132969: fix typo in skip message
ogbigglese132f5e
gh-132969: Tweak the news entry for grammar and clarity.
ogbiggles9908810
gh-132969: Run test with "spawn" on all platforms and "forkserver" if…
ogbigglesFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Merge branch 'main' into origin/main
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitfe3650c6afd0394a4784ed838f606abe1a1fdb41
There are no files selected for viewing
This merge commit was added into this branch cleanly.
There are no new changes to show, but you can stillview the diff.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.