FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally by ogbiggles · Pull Request #133222 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally
- #133222
#133222
Merged
encukou
merged 31 commits into
python:main
python/cpython:main
from
ogbiggles:origin/main
Copy head branch name to clipboard
Jun 10, 2025
Conversation
Commits
31
(31)
Checks
Files changed
Merged
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally
#133222
encukou
merged 31 commits into
python:main
python/cpython:main
from
ogbiggles:origin/main
Copy head branch name to clipboard
Commits
Commits on Apr 30, 2025
gh-132969 Fix exception/hang when shutdown(wait=False) and a task exited abnormally
Show description for 8ac1fcf
ogbiggles
committed
8ac1fcf
View commit details
Copy full SHA for 8ac1fcf
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
1774445
View commit details
Copy full SHA for 1774445
Browse repository at this point
gh-132969 Skip forkserver-dependent test on Windows
blurb-it[bot]
authored and
ogbiggles
committed
0938eeb
View commit details
Copy full SHA for 0938eeb
Browse repository at this point
Merge branch 'origin/main' of github.com:ogbiggles/cpython-fix-132969 into origin/main
Show description for dbc0ba8
ogbiggles
committed
dbc0ba8
View commit details
Copy full SHA for dbc0ba8
Browse repository at this point
gh-132969 Skip forkserver dependent tests on Windows
ogbiggles
committed
99ab321
View commit details
Copy full SHA for 99ab321
Browse repository at this point
Merge branch 'main' into origin/main
ogbiggles
authored
fe3650c
View commit details
Copy full SHA for fe3650c
Browse repository at this point
Commits on May 8, 2025
Merge branch 'python:main' into origin/main
ogbiggles
authored
40cefc2
View commit details
Copy full SHA for 40cefc2
Browse repository at this point
Commits on May 9, 2025
gh-132969 Added more verbiage to the explanation.
ogbiggles
committed
c177c91
View commit details
Copy full SHA for c177c91
Browse repository at this point
gh-132969 Add more verbiage explaining the change
ogbiggles
committed
2cd70b1
View commit details
Copy full SHA for 2cd70b1
Browse repository at this point
gh-132969 Make test helper methods into private class methods, use @unittest.skipIf annotation
Show description for 57265b5
ogbiggles
committed
57265b5
View commit details
Copy full SHA for 57265b5
Browse repository at this point
Merge branch 'origin/main' of github.com:ogbiggles/cpython-fix-132969 into origin/main
ogbiggles
committed
d0c2bb0
View commit details
Copy full SHA for d0c2bb0
Browse repository at this point
gh-132969 Fix Sphinx Lint error
ogbiggles
committed
709d9fd
View commit details
Copy full SHA for 709d9fd
Browse repository at this point
gh-132969: make unittest for gh-132969 runnable on windows by swiching to "spawn"
ogbiggles
committed
1a8919b
View commit details
Copy full SHA for 1a8919b
Browse repository at this point
gh-132969: Remove @unittest.skipIf annotations since spawn works on windows
ogbiggles
committed
87eb623
View commit details
Copy full SHA for 87eb623
Browse repository at this point
gh-132969: Incorproate review suggestion to skip test when start_method is "fork" or ("forkserver" and windows)
ogbiggles
committed
ec2543a
View commit details
Copy full SHA for ec2543a
Browse repository at this point
gh-132969: Remove import of multiprocessing and use self.get_context() as the mp_context
ogbiggles
committed
3b3721f
View commit details
Copy full SHA for 3b3721f
Browse repository at this point
gh-132969: use self.skipTest instead of unittest.SkipTest, shorten message
ogbiggles
committed
7ef7872
View commit details
Copy full SHA for 7ef7872
Browse repository at this point
gh-132969: removed type annotations
ogbiggles
committed
efd0a1d
View commit details
Copy full SHA for efd0a1d
Browse repository at this point
gh-132969: removed extraneous blank line
ogbiggles
committed
b335d38
View commit details
Copy full SHA for b335d38
Browse repository at this point
gh-132969: fix call to self.skipTest
ogbiggles
committed
b060786
View commit details
Copy full SHA for b060786
Browse repository at this point
Commits on May 12, 2025
gh-132969: Run gh-132969 tests only with "spawn" mp_context
ogbiggles
committed
c6457c3
View commit details
Copy full SHA for c6457c3
Browse repository at this point
Merge branch 'main' into origin/main
ogbiggles
authored
2beb0d9
View commit details
Copy full SHA for 2beb0d9
Browse repository at this point
gh-132969: Join executor_manager_thread after exercising shutdown(wait=False) to prevent resource leak when running CI
ogbiggles
committed
65f30b0
View commit details
Copy full SHA for 65f30b0
Browse repository at this point
gh-132969: fix typo in skip message
ogbiggles
committed
54ae7b8
View commit details
Copy full SHA for 54ae7b8
Browse repository at this point
gh-132969: Tweak the news entry for grammar and clarity.
ogbiggles
committed
e132f5e
View commit details
Copy full SHA for e132f5e
Browse repository at this point
gh-132969: Run test with "spawn" on all platforms and "forkserver" if not windows
ogbiggles
committed
9908810
View commit details
Copy full SHA for 9908810
Browse repository at this point
Commits on Jun 2, 2025
Update Lib/test/test_concurrent_futures/test_shutdown.py
Show description for f5f3dc2
ogbiggles
and
picnixz
authored
f5f3dc2
View commit details
Copy full SHA for f5f3dc2
Browse repository at this point
Update Misc/NEWS.d/next/Library/2025-04-30-19-32-18.gh-issue-132969.EagQ3G.rst
Show description for 0fe743b
ogbiggles
and
picnixz
authored
0fe743b
View commit details
Copy full SHA for 0fe743b
Browse repository at this point
gh-132969: fixed typo in reference to shutdown method
ogbiggles
committed
310765e
View commit details
Copy full SHA for 310765e
Browse repository at this point
gh-132969: fixed doc reference to shutdown method
ogbiggles
committed
86d0c2a
View commit details
Copy full SHA for 86d0c2a
Browse repository at this point
gh-132969: Tweak comment for readability
ogbiggles
committed
4f46875
View commit details
Copy full SHA for 4f46875
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL