Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
23.9k
Code
Issues
241
Pull requests
280
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rewrite TestChildProcessCleanup with socket-based deterministic liveness probe
- #2265
#2265
Merged
maxisbey
merged 9 commits into
main
modelcontextprotocol/python-sdk:main
from
fix/flaky-child-process-cleanup-polling
modelcontextprotocol/python-sdk:fix/flaky-child-process-cleanup-polling
Copy head branch name to clipboard
Mar 12, 2026
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Rewrite TestChildProcessCleanup with socket-based deterministic liveness probe
#2265
maxisbey
merged 9 commits into
main
modelcontextprotocol/python-sdk:main
from
fix/flaky-child-process-cleanup-polling
modelcontextprotocol/python-sdk:fix/flaky-child-process-cleanup-polling
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2026
Fix flaky TestChildProcessCleanup: poll for file growth, clean up proc in finally
Show description for 68c6e0b
maxisbey
committed
68c6e0b
View commit details
Copy full SHA for 68c6e0b
Browse repository at this point
Rewrite TestChildProcessCleanup with socket-based deterministic liveness probe
Show description for 840c0db
maxisbey
committed
840c0db
View commit details
Copy full SHA for 840c0db
Browse repository at this point
Handle BrokenResourceError in _assert_stream_closed for Windows
Show description for 324bbc2
maxisbey
committed
324bbc2
View commit details
Copy full SHA for 324bbc2
Browse repository at this point
Commits on Mar 11, 2026
Reap process and close pipe transports after _terminate_process_tree
Show description for 160999f
maxisbey
committed
160999f
View commit details
Copy full SHA for 160999f
Browse repository at this point
Eliminate all coverage pragmas via AsyncExitStack + pytest.raises
Show description for 0e80918
maxisbey
committed
0e80918
View commit details
Copy full SHA for 0e80918
Browse repository at this point
Remove now-unnecessary filterwarnings("ignore::ResourceWarning") decorators
Show description for 54295dd
maxisbey
committed
54295dd
View commit details
Copy full SHA for 54295dd
Browse repository at this point
Commits on Mar 12, 2026
Guard double-terminate on returncode; make _terminate_and_reap idempotent
Show description for a070356
maxisbey
committed
a070356
View commit details
Copy full SHA for a070356
Browse repository at this point
Drain stdout to EOF so _ProactorReadPipeTransport closes on Windows
Show description for d8c7de2
maxisbey
committed
d8c7de2
View commit details
Copy full SHA for d8c7de2
Browse repository at this point
Add returncode property to FallbackProcess; simplify returncode guard
Show description for 0554fe0
maxisbey
committed
0554fe0
View commit details
Copy full SHA for 0554fe0
Browse repository at this point
You can’t perform that action at this time.